Demo Data
Generate safe demo records for local testing and screenshots:
bash
php artisan error-tracker:demo --fresh --with-feedback --with-notifications --with-resolvedPurge only demo data:
bash
php artisan error-tracker:demo --purgeDemo data safety:
- Demo issue fingerprints start with
demo:. - Event context is marked with
_demo=true. - The command does not remove real data.
Screenshot capture flow
Use demo data only when capturing screenshots for the main README or documentation site.
Recommended screens:
dashboard-index.png: dashboard index at/error-trackerissue-detail.png: an open critical production issueevent-detail-smart-stacktrace.png: event detail with the Smart Stack Trace tab visibleconfiguration-diagnostics.png: configuration diagnostics at/error-tracker/configuration
Safety checks:
- Use only demo data.
- Do not show a real domain.
- Do not show real email addresses.
- Do not show tokens or secrets.
- Do not show sensitive internal paths.