Debugging Big Crunch
The Big Crunch Debug Console provides detailed information about tracking events, configuration, and data collection.
Open Debug Console via Browser Console
Use this command in your browser console to display the Big Crunch debug console:
BCLighthouseTag.bcDebugConsole();
This will open an interactive debug panel showing:
- Active configuration
- Recent tracking events
- Property information
- User identification status
- Key-value pairs
- Page metadata
Enable Debug Console via URL
Add the hash parameter to your URL to automatically open the debug console:
https://yoursite.com/#bcDebugConsole
Example:
https://bigcrunch.com/#bcDebugConsole
The debug console will automatically open when the page loads with this parameter.
Bookmark your site with
#bcDebugConsole appended for quick access to debugging information during development.
Privacy & Consent
GDPR Compliance
Check consent status:
// Open debug console to check consent status
BCLighthouseTag.bcDebugConsole();
The debug console will show whether consent has been obtained and what tracking is enabled.
Common issues:
- Tracking before consent obtained
- Consent not persisted correctly
- Opt-out not working
Do Not Track
Check DNT status:
navigator.doNotTrack;
Verify Big Crunch respects DNT if configured to do so.