Skip to content

Commit aae8eea

Browse files
committed
revert analytics change
1 parent f9dde6a commit aae8eea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/signals/signals-example/src/lib/analytics.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const isStage = process.env.STAGE === 'true'
3434
const signalsPlugin = new SignalsPlugin({
3535
...(isStage ? { apiHost: 'signals.segment.build/v1' } : {}),
3636
enableDebugLogging: true,
37-
processSignal: processSignalExample,
37+
// processSignal: processSignalExample,
3838
})
3939

4040
export const loadAnalytics = () =>
@@ -46,7 +46,6 @@ export const loadAnalytics = () =>
4646
...(isStage ? { cdnURL: 'https://cdn.segment.build' } : {}),
4747
},
4848
{
49-
initialPageview: true,
5049
...(isStage
5150
? {
5251
integrations: {

0 commit comments

Comments
 (0)