Skip to content

Commit

Permalink
Make all OpenTelemetry sentences consistent (#10061)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwade committed May 16, 2024
1 parent 5354049 commit fa1281b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you need to support older versions of Node.js, please use Sentry Astro SDK `7

### Server-side SDK initialization

With 8.x, `@sentry/astro` on the server has been completely overhauled. It is now powered by [OpenTelemetry](https://opentelemetry.io/) under the hood. You do not need to know or understand what OpenTelemetry is in order to use Sentry. We set up OpenTelemetry under the hood, though if you use OpenTelemetry-native APIs to start spans, Sentry will pick up everything automatically.
With 8.x, `@sentry/astro` on the server has been completely overhauled. It is now powered by [OpenTelemetry](https://opentelemetry.io/) under the hood. You do not need to know or understand what OpenTelemetry is in order to use Sentry. We set up OpenTelemetry under the hood. If you use OpenTelemetry-native APIs to start spans, Sentry will pick up everything automatically.

We now support the following integrations out of the box with 0 configuration:

Expand Down

0 comments on commit fa1281b

Please sign in to comment.