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 f9dde6a commit aae8eeaCopy full SHA for aae8eea
packages/signals/signals-example/src/lib/analytics.ts
@@ -34,7 +34,7 @@ const isStage = process.env.STAGE === 'true'
34
const signalsPlugin = new SignalsPlugin({
35
...(isStage ? { apiHost: 'signals.segment.build/v1' } : {}),
36
enableDebugLogging: true,
37
- processSignal: processSignalExample,
+ // processSignal: processSignalExample,
38
})
39
40
export const loadAnalytics = () =>
@@ -46,7 +46,6 @@ export const loadAnalytics = () =>
46
...(isStage ? { cdnURL: 'https://cdn.segment.build' } : {}),
47
},
48
{
49
- initialPageview: true,
50
...(isStage
51
? {
52
integrations: {
0 commit comments