Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Nov 7, 2024
1 parent cfb52ea commit f94a856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/signals/signals-example/src/lib/analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const isStage = process.env.STAGE === 'true'

const signalsPlugin = new SignalsPlugin({
...(isStage ? { apiHost: 'signals.segment.build/v1' } : {}),
enableDebugLogging: true,
// enableDebugLogging: true,
// processSignal: processSignalExample,
})

Expand Down
2 changes: 1 addition & 1 deletion packages/signals/signals/src/types/process-signal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export interface AnalyticsRuntimePublicApi {

export type ProcessSignalScope = {
analytics: AnalyticsRuntimePublicApi
signals: SignalsRuntime
signals: SignalsRuntime<Signal>
} & typeof WebRuntimeConstants

export interface ProcessSignal {
Expand Down

0 comments on commit f94a856

Please sign in to comment.