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 333e3df commit 265111bCopy full SHA for 265111b
packages/signals/signals/src/core/processor/sandbox.ts
@@ -256,6 +256,7 @@ export class IframeSandbox implements SignalSandbox {
256
edgeFnUrl: string
257
258
constructor(edgeFnUrl: string, processSignalFn?: string) {
259
+ logger.debug('Initializing iframe sandbox')
260
this.edgeFnUrl = edgeFnUrl
261
this.iframe = document.createElement('iframe')
262
this.iframe.id = 'segment-signals-sandbox'
0 commit comments