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 36b1f37 commit 83ff15dCopy full SHA for 83ff15d
packages/signals/signals-integration-tests/src/helpers/env-config.ts
@@ -1,9 +1,9 @@
1
-import { SignalsSettingsConfig } from '@segment/analytics-signals/dist/types/core/signals'
+import { SignalsPluginSettingsConfig } from '@segment/analytics-signals'
2
3
// This is for testing with the global sandbox strategy with an npm script, that executes processSignal in the global scope
4
// If we change this to be the default, this can be rejiggered
5
const SANDBOX_STRATEGY = (process.env.SANDBOX_STRATEGY ??
6
- 'iframe') as SignalsSettingsConfig['sandboxStrategy']
+ 'iframe') as SignalsPluginSettingsConfig['sandboxStrategy']
7
8
export const envConfig = {
9
SANDBOX_STRATEGY,
0 commit comments