File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
packages/browser/src/core/analytics Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ export class AnalyticsInstanceSettings {
9595 */
9696 timeout = 300
9797
98- constructor ( settings : AnalyticsInstanceSettingsOptions , queue : EventQueue ) {
98+ constructor ( settings : AnalyticsSettings , queue : EventQueue ) {
9999 this . _getSegmentPluginMetadata = ( ) =>
100100 queue . plugins . find ( isSegmentPlugin ) ?. metadata
101101 this . writeKey = settings . writeKey
@@ -116,10 +116,6 @@ export interface AnalyticsSettings {
116116 cdnURL ?: string
117117}
118118
119- interface AnalyticsInstanceSettingsOptions extends AnalyticsSettings {
120- getSegmentPluginMetadata ?: ( ) => SegmentIOPluginMetadata | undefined
121- }
122-
123119export interface InitOptions {
124120 /**
125121 * Disables storing any data on the client-side via cookies or localstorage.
You can’t perform that action at this time.
0 commit comments