Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Sep 26, 2024
1 parent 8285a1c commit 6b679a5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/browser/src/core/analytics/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ function createDefaultQueue(
return new EventQueue(priorityQueue)
}

export interface AnalyticsInstanceSettingsOptions extends AnalyticsSettings {}
/**
* The public settings that are set on the analytics instance
*/
Expand Down Expand Up @@ -116,10 +117,6 @@ export interface AnalyticsSettings {
cdnURL?: string
}

interface AnalyticsInstanceSettingsOptions extends AnalyticsSettings {
getSegmentPluginMetadata?: () => SegmentIOPluginMetadata | undefined
}

export interface InitOptions {
/**
* Disables storing any data on the client-side via cookies or localstorage.
Expand Down

0 comments on commit 6b679a5

Please sign in to comment.