Skip to Content

Event debugger

This viewer displays events that a resource explicitly submits to this site’s ingest endpoint. It does not automatically connect to a QBCore server, trace event handlers, or measure execution time.

The feed and ingest endpoint are shared and unauthenticated. Never submit tokens, identifiers, player data, chat, coordinates, inventory, or other private data. Do not expose this implementation for production telemetry without authentication, tenant isolation, retention controls, and rate limits.

What the viewer does

  • Loads the recent in-memory event buffer.
  • Opens a Server-Sent Events connection for new submitted entries.
  • Filters locally by search text and event type.
  • Shows submitted status, source, data, and response-time fields without verifying them.
  • Downloads the currently displayed client-side data as JSON.

Endpoints

MethodPathBehavior
GET/api/tools/event-debugger?limit=200Read recent shared entries.
GET/api/tools/event-debugger/streamSubscribe to new shared entries.
POST/api/tools/event-debuggerSubmit a manually constructed entry.
DELETE/api/tools/event-debuggerClear the shared in-memory buffer.

Use a local, authenticated collector for real server diagnostics. Prefer aggregate timings and redacted labels over raw event payloads.