We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85989fb commit ed67007Copy full SHA for ed67007
packages/core/src/domain/configuration/configuration.ts
@@ -134,7 +134,7 @@ export interface InitConfiguration {
134
/**
135
* List of origins where the SDK is allowed to run when used in a browser extension context.
136
* Matches urls against the extensions origin.
137
- * If not provided and the SDK is running in a browser extension, a warning will be displayed.
+ * If not provided and the SDK is running in a browser extension, the SDK will not run.
138
*/
139
allowedTrackingOrigins?: MatchOption[] | undefined
140
0 commit comments