Debug mode
Zaraz offers a debug mode to troubleshoot the events and triggers systems. To activate debug mode you need to create a special debug cookie (zarazDebug
) containing your debug key.
You can set this cookie manually or via the zaraz.debug
helper function available in your console.
-
Log in to the Cloudflare dashboard ↗, and select your account and domain.
-
Go to Zaraz > Settings.
-
Copy your Debug Key.
-
Open a web browser and access its Developer Tools. For example, to access Developer Tools in Google Chrome, select View > Developer > Developer Tools.
-
Select the Console pane and enter the following command to create a debug cookie:
Zaraz’s debug mode is now enabled. A pop-up window will show up with the debugger information. To exit debug mode, remove the cookie by typing zaraz.debug()
in the console pane of the browser.