Enabling console log capture
Open Settings → Widget
In your NOCK Dashboard, click Settings in the sidebar and select the Widget tab.
Select the log levels to capture
Choose which severity levels NOCK should collect. See the log levels section below for guidance on which to enable.
Log levels explained
NOCK can capture four log levels. You can enable any combination of them.| Level | What it captures | When to enable it |
|---|---|---|
| Errors | console.error(...) calls and unhandled JavaScript exceptions | Almost always — errors are the most actionable for debugging |
| Warnings | console.warn(...) calls | Recommended — warnings often signal deprecated APIs or near-failure states |
| Info | console.info(...) and console.log(...) calls | Useful if your app emits structured info logs you’d want to trace |
| Verbose | console.debug(...) and verbose-level output | Only enable if you need deep tracing — this can produce a lot of data |
Privacy considerations
Console log capture records everything your application writes to the browser console at the enabled log levels. Before turning this on, review what your codebase logs. Captured logs are stored as part of the ticket and are visible to anyone in your project who can view tickets. Treat them with the same care as any other user-submitted data.How logs appear in the Dashboard
When you open a ticket that has console logs attached, a Console Logs section appears in the ticket detail panel. Each log entry shows:- The log level (Error, Warning, Info, Verbose)
- The log message
- A timestamp relative to when the widget was opened
Disabling or limiting console log capture
To turn off console log capture entirely, go to Settings → Widget, toggle Console Log Capture off, and save. No logs will be collected on future submissions. To reduce the volume of data collected without fully disabling the feature, return to the log levels selector and uncheck the levels you no longer need — for example, turn off Info and Verbose while keeping Errors and Warnings.Screenshots and Images
Learn how users can attach screenshots alongside console logs.
Configure the Widget
Review all widget settings in one place.