@sentry/browser
Advanced tools
Changelog
8.49.0
handled
prop to ErrorBoundary (#14978)require
, __filename
and __dirname
on global object (#14952)Work in this release was contributed by @HHK1 and @mstrokin. Thank you for your contributions!
Changelog
8.48.0
feat(v8/core): Deprecate getDomElement
method (#14799)
Deprecates getDomElement
. There is no replacement.
continueTrace
implementation in core (#14819)NODE_OPTIONS
is not passed to worker threads (#14825)tagName
when name is not provided to TraceDirective
(#14828)openTelemetrySpanProcessors
option (#14853)Set
as the allRoutes
container. (#14878) (#14884)normalizedRequest
to samplingContext
(#14903)syncFeedbackIntegration
(#14918)Work in this release was contributed by @arturovt. Thank you for your contribution!
Changelog
8.47.0
updateSpanName
helper function (#14736)db.system
in newer Prisma versions (#14772)Work in this release was contributed by @aloisklink and @benjick. Thank you for your contributions!
Changelog
8.46.0
Work in this release was contributed by @conor-ob. Thank you for your contribution!
Changelog
8.45.0
handled
option to captureConsoleIntegration
(#14664)HttpClient
events (#14515)captureMessage
with attachStacktrace: true
as synthetic (#14668)captureMessage
with attatchStackTrace: true
as synthetic (#14670)level
in server runtime captureException
(#10587)Work in this release was contributed by @anonrig and @Zih0. Thank you for your contributions!
Changelog
8.44.0
feat: Deprecate autoSessionTracking
(#14640)
Deprecates autoSessionTracking
.
To enable session tracking, it is recommended to unset autoSessionTracking
and ensure that either, in browser environments
the browserSessionIntegration
is added, or in server environments the httpIntegration
is added.
To disable session tracking, it is recommended to unset autoSessionTracking
and to remove the browserSessionIntegration
in
browser environments, or in server environments configure the httpIntegration
with the trackIncomingRequestsAsSessions
option set to false
.
response
context for http.server spans (#14634)Work in this release was contributed by @robinvw1. Thank you for your contribution!