Verify your OTLP exporter
Once your OTLP HTTP exporter is configured, you can verify that BugByBug is receiving telemetry in two ways:- Trigger a handled exception in your application.
- Send a manual test trace directly to the ingestion endpoint.
1. Trigger a test error
Force a handled exception in your application and record it on the active span.2. Optional: send a manual test trace
If you want to verify your API key and endpoint independently of your application code, you can send a manual OTLP JSON trace directly to BugByBug.3. Confirm the data
After the test runs, open your BugByBug dashboard and look for the test span or exception event in your error feed. If the request succeeds, you should see theConnectionTestException (or your application’s custom error) in your error feed, complete with the attributes and event data extracted from the payload.