No data appears in the dashboard
Check that your exporter is using the correct endpoint, API key, and OTLP HTTP protocol. Also confirm that your application is actually creating and exporting spans.I’m getting an authentication error
Verify that your API key is correct and that the header format matches your exporter’s requirements.My spans appear, but exceptions do not
Make sure you callrecordException(error) on the active span and set the span status to error.
I can see the request succeed, but nothing shows in BugByBug
Confirm that the request is going tohttps://nexus.bugbybug.com/v1/traces and that the payload is valid OTLP JSON for this endpoint.
I’m using the wrong protocol
BugByBug’s trace ingestion examples use OTLP over HTTP. If your exporter is sending a different protocol or encoding, update it to match the docs.The service name is missing or incorrect
Setservice.name in the resource attributes so your traces are grouped correctly in BugByBug.
Troubleshooting checklist
Before contacting support, check the following:- Your endpoint is correct.
- Your API key is valid.
- Your exporter is using OTLP over HTTP.
- Your app is creating spans.
- Exceptions are recorded on the active span.
- The span status is set to error.
-
service.nameis set.
[email protected].