Minor Changes
-
#1204
8e0162b9
Thanks @silesky! - - Make Segment.io config type-safe- Add new
headers
setting, along withpriority
.
analytics.load("<YOUR_WRITE_KEY>", { integrations: { 'Segment.io': { deliveryStrategy: { strategy: "standard" // also works for 'batching' config: { headers: { 'x-api-key': 'foo' } or () => {...} priority: 'low', }, }, }, }, } )
- Add new