You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Navigate to the website where you want to test your new settings.
37
38
3. Access the browser’s developer tools. For example, to access developer tools in Google Chrome, select **View** > **Developer** > **Developer Tools**.
38
39
4. Select the **Console** pane and enter the following command to start Zaraz’s preview mode:
39
40
40
41
```js
41
-
zaraz.preview("<YOUR_DEBUG_KEY>")
42
+
zaraz.preview("<YOUR_DEBUG_KEY>");
42
43
```
44
+
43
45
5. Your website will reload along with Zaraz debugger, and Zaraz will use the most recent changes in preview mode.
44
46
6. If you are satisfied with your changes, go back to the dashboard and select **Publish** to apply them to all users. If not, use the dashboard to continue adjusting your configuration.
45
47
@@ -51,7 +53,8 @@ Disable Preview & Publish mode to work in real time. When you work in real time,
51
53
52
54
1. In the Cloudflare dashboard, go to the **History** page.
0 commit comments