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.
debugSession
1 parent 62327e8 commit 0129a55Copy full SHA for 0129a55
documentation/src/content/docs/debugging/browser.md
@@ -20,6 +20,9 @@ window.Glean.setDebugViewTag("example-tag");
20
21
// Tag pings with source tags.
22
window.Glean.setSourceTags(["my-tag", "your-tag", "our-tag"]);
23
+
24
+// Open a new tab in the browser showing the Debug Ping Viewer with the active session in focus.
25
+window.Glean.debugSession();
26
```
27
28
## Try it out
0 commit comments