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 17e4385 commit 8a6ce18Copy full SHA for 8a6ce18
packages/signals/signals/src/core/middleware/event-processor/index.ts
@@ -24,7 +24,7 @@ export class SignalsEventProcessorSubscriber implements SignalsSubscriber {
24
)
25
26
let sandbox: SignalSandbox
27
- console.log('sup')
+
28
if (!normalizedEdgeFunctionURL) {
29
console.warn(
30
`No processSignal function found. Have you written a processSignal function on app.segment.com?`
0 commit comments