You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/core/src/analytics.ts
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,10 @@ import {
22
22
Context,
23
23
DeepPartial,
24
24
GroupTraits,
25
+
IntegrationSettings,
25
26
JsonMap,
26
27
PluginType,
27
28
SegmentAPIIntegrations,
28
-
SegmentAPISettings,
29
29
SegmentEvent,
30
30
UpdateType,
31
31
UserInfoState,
@@ -351,20 +351,23 @@ export class SegmentClient {
351
351
352
352
/**
353
353
* Adds a new plugin to the currently loaded set.
354
-
* @param {{ plugin: Plugin, settings?: SegmentAPISettings }} Plugin to be added. Settings are optional if you want to force a configuration instead of the Segment Cloud received one
354
+
* @param {{ plugin: Plugin, settings?: IntegrationSettings }} Plugin to be added. Settings are optional if you want to force a configuration instead of the Segment Cloud received one
0 commit comments