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 cfb52ea commit f94a856Copy full SHA for f94a856
packages/signals/signals-example/src/lib/analytics.ts
@@ -33,7 +33,7 @@ const isStage = process.env.STAGE === 'true'
33
34
const signalsPlugin = new SignalsPlugin({
35
...(isStage ? { apiHost: 'signals.segment.build/v1' } : {}),
36
- enableDebugLogging: true,
+ // enableDebugLogging: true,
37
// processSignal: processSignalExample,
38
})
39
packages/signals/signals/src/types/process-signal.ts
@@ -18,7 +18,7 @@ export interface AnalyticsRuntimePublicApi {
18
19
export type ProcessSignalScope = {
20
analytics: AnalyticsRuntimePublicApi
21
- signals: SignalsRuntime
+ signals: SignalsRuntime<Signal>
22
} & typeof WebRuntimeConstants
23
24
export interface ProcessSignal {
0 commit comments