Reporting Traces
BugSnag provides SDKs for many client- and server-side platforms to send automatic and manual trace data to your dashboard – see our docs for guides on integrating these into your applications.
If you already have OpenTelemetry instrumentation in your application, you can send your trace data to the BugSnag OTLP-compliant API to show performance data in your dashboard.
The Traces API can receive payloads using gRPC (grpc
), protobuf-over-http (http/protobuf
) and JSON-over-http (http/json
).
See also: