@sentry/opentelemetry
Advanced tools
Changelog
9.23.0
Adds an option to opt out of certain resource.*
spans via ignoreResourceSpans
.
For example, to opt out of resource.script
spans:
Sentry.browserTracingIntegration({
ignoreResourceSpans: ['resource.script'],
}),
isEnabled
from all SDKs (#16405)init()
(#16354)captureLog
(#16352)_INTERNAL_captureSerializedLog
(#16387)static/chunks/main-*
files for widenClientFileUpload
(#16406)browserTracingIntegration
code to setup
hook (#16386)@sentry/nuxt
as external in Rollup (#16407)withScope
keeps span active & _getTraceInfoFromScope
works (#16385)Work in this release was contributed by @Xenossolitarius. Thank you for your contribution!
Changelog
9.22.0
This is a revert of a feature introduced in 9.20.0
with #16240. This feature was causing crashes in firefox, so we are reverting it. We will re-enable this functionality in the future after fixing the crash.
Changelog
9.21.0
@fastify/otel
(#16328)OnEvent
decorators (#16306)client
exports to server
and cloudflare
entries (#16341)Work in this release was contributed by @phthhieu. Thank you for your contribution!
Changelog
9.20.0
The SDK now automatically collects details passed to performance.measure
options.
maxIncomingRequestBodySize
(#16225)aria-label
(#16192)next.route
attribute on root spans (#16297)orgId
option to init
and DSC (sentry-org_id
in baggage) (#16305)Changelog
9.19.0
opentelemetry-instrumentation-remix
(#16145)cancelled
reason (#16277)@fastify/otel
fork to direct url to allow installing without git (#16287)Work in this release was contributed by @sidx1024. Thank you for your contribution!
Changelog
9.18.0
We now also publish profiling binaries for Node 24.
import-in-the-middle
to 1.13.1
(#16260)consoleLoggingIntegration
from vercel edge sdk (#16228)@fastify/otel
dependency with pinned Otel v1 deps (#16256)