Skip to content

Commit

Permalink
[docs] Add status header for sentry exporter (open-telemetry#10332)
Browse files Browse the repository at this point in the history
* Add status header for sentry

* update for reviewer's suggestion
  • Loading branch information
Frapschen authored and kentquirk committed Jun 13, 2022
1 parent 5f36e2f commit 13c7c34
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions exporter/sentryexporter/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Sentry Exporter

| Status | |
| ------------------------ |-----------|
| Stability | [beta] |
| Supported pipeline types | traces |
| Distributions | [contrib] |

The Sentry Exporter allows you to send traces to [Sentry](https://sentry.io/).

For more details about distributed tracing in Sentry, please view [our documentation](https://docs.sentry.io/performance-monitoring/distributed-tracing/).
Expand Down Expand Up @@ -45,3 +51,6 @@ with start_otel_span("start") as span:
```

Now if traces are ingested into Sentry, you can associate them to errors that occurred during the trace using the `trace_id`. For a full list of the Sentry SDKs and platforms, please check the [Sentry documentation](https://docs.sentry.io/platforms/).

[beta]:https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib

0 comments on commit 13c7c34

Please sign in to comment.