Privacy Overview

What data the WhatzBug SDK collects and how to control it.

What Data is Captured

CategoryDataCan Disable?
Console Logsconsole.log, .warn, .errorYes (captureConsole: false)
NetworkURLs, headers, bodies, timingYes (features.network: false)
PerformanceLaunch, screen load, FPS, stallsYes (features.performance: false)
CrashesErrors, stack traces, breadcrumbsYes (features.crashes: false)
Session ReplayPeriodic screenshotsYes (features.replay: false)
JourneysScreen navigation, gesturesYes (features.journey: false)
Device InfoOS, model, dimensionsNo (required for SDK operation)

Debug Mode vs Production

When debug mode is enabled (debug: true in init), all data streams locally via WebSocket to the Desktop App. No data goes to the cloud during debug sessions.

In production mode (without debug: true), events are batched and sent to the WhatzBug backend via HTTPS.

Related