8.10.0-alpha.1
Pre-release
Pre-release
Features
- Support
globalHubModefor OpenTelemetry (#4349)- Sentry now adds OpenTelemetry spans without a parent to the last known unfinished root span (transaction)
- Previously those spans would end up in Sentry as separate transactions
- Spans created via Sentry API are preferred over those created through OpenTelemetry API or auto instrumentation
- New option
ignoreStandaloneClientSpansthat prevents Sentry from creating transactions for OpenTelemetry spans with kindCLIENT(#4349)- Defaults to
falsemeaning standalone OpenTelemetry spans with kindCLIENTwill be turned into Sentry transactions
- Defaults to
Fixes
- Update profile chunk rate limit and client report (#4353)