Bump @sentry/nextjs from 8.39.0 to 8.45.1
Bumps @sentry/nextjs from 8.39.0 to 8.45.1.
Release notes
Sourced from @sentry/nextjs
's releases.
8.45.1
- fix(feedback): Return when the
sendFeedback
promise resolves (#14683)Bundle size
📦
Path Size @sentry/browser
23.29 KB @sentry/browser
- with treeshaking flags21.96 KB @sentry/browser
(incl. Tracing)35.79 KB @sentry/browser
(incl. Tracing, Replay)73.01 KB @sentry/browser
(incl. Tracing, Replay) - with treeshaking flags63.41 KB @sentry/browser
(incl. Tracing, Replay with Canvas)77.32 KB @sentry/browser
(incl. Tracing, Replay, Feedback)89.81 KB @sentry/browser
(incl. Feedback)40.04 KB @sentry/browser
(incl. sendFeedback)27.89 KB @sentry/browser
(incl. FeedbackAsync)32.68 KB @sentry/react
25.96 KB @sentry/react
(incl. Tracing)38.6 KB @sentry/vue
27.49 KB @sentry/vue
(incl. Tracing)37.63 KB @sentry/svelte
23.45 KB CDN Bundle 24.43 KB CDN Bundle (incl. Tracing) 37.46 KB CDN Bundle (incl. Tracing, Replay) 72.64 KB CDN Bundle (incl. Tracing, Replay, Feedback) 78.01 KB CDN Bundle - uncompressed 71.74 KB CDN Bundle (incl. Tracing) - uncompressed 111.05 KB CDN Bundle (incl. Tracing, Replay) - uncompressed 225.1 KB CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.32 KB @sentry/nextjs
(client)38.88 KB @sentry/sveltekit
(client)36.29 KB @sentry/node
162.52 KB @sentry/node
- without tracing98.71 KB @sentry/aws-serverless
126.39 KB 8.45.0
- feat(core): Add
handled
option tocaptureConsoleIntegration
(#14664)- feat(browser): Attach virtual stack traces to
HttpClient
events (#14515)- feat(replay): Upgrade rrweb packages to 2.31.0 (#14689)
- fix(aws-serverless): Remove v8 layer as it overwrites the current layer for docs (#14679)
- fix(browser): Mark stack trace from
captureMessage
withattachStacktrace: true
as synthetic (#14668)- fix(core): Mark stack trace from
captureMessage
withattatchStackTrace: true
as synthetic (#14670)- fix(core): Set
level
in server runtimecaptureException
(#10587)- fix(profiling-node): Guard invocation of native profiling methods (#14676)
- fix(nuxt): Inline nitro-utils function (#14680)
- fix(profiling-node): Ensure profileId is added to transaction event (#14681)
- fix(react): Add React Router Descendant Routes support (#14304)
- fix: Disable ANR and Local Variables if debugger is enabled via CLI args (#14643)
... (truncated)
Changelog
Sourced from @sentry/nextjs
's changelog.
8.45.1
- fix(feedback): Return when the
sendFeedback
promise resolves (#14683)8.45.0
- feat(core): Add
handled
option tocaptureConsoleIntegration
(#14664)- feat(browser): Attach virtual stack traces to
HttpClient
events (#14515)- feat(replay): Upgrade rrweb packages to 2.31.0 (#14689)
- fix(aws-serverless): Remove v8 layer as it overwrites the current layer for docs (#14679)
- fix(browser): Mark stack trace from
captureMessage
withattachStacktrace: true
as synthetic (#14668)- fix(core): Mark stack trace from
captureMessage
withattatchStackTrace: true
as synthetic (#14670)- fix(core): Set
level
in server runtimecaptureException
(#10587)- fix(profiling-node): Guard invocation of native profiling methods (#14676)
- fix(nuxt): Inline nitro-utils function (#14680)
- fix(profiling-node): Ensure profileId is added to transaction event (#14681)
- fix(react): Add React Router Descendant Routes support (#14304)
- fix: Disable ANR and Local Variables if debugger is enabled via CLI args (#14643)
Work in this release was contributed by
@anonrig
and@Zih0
. Thank you for your contributions!8.44.0
Deprecations
feat: Deprecate
autoSessionTracking
(#14640)Deprecates
autoSessionTracking
. To enable session tracking, it is recommended to unsetautoSessionTracking
and ensure that either, in browser environments thebrowserSessionIntegration
is added, or in server environments thehttpIntegration
is added.To disable session tracking, it is recommended to unset
autoSessionTracking
and to remove thebrowserSessionIntegration
in browser environments, or in server environments configure thehttpIntegration
with thetrackIncomingRequestsAsSessions
option set tofalse
.Other Changes
- feat: Reword log message around unsent spans (#14641)
- feat(opentelemetry): Set
response
context for http.server spans (#14634)- fix(google-cloud-serverless): Update homepage link in package.json (#14411)
- fix(nuxt): Add unbuild config to not fail on warn (#14662)
Work in this release was contributed by
@robinvw1
. Thank you for your contribution!8.43.0
Important Changes
feat(nuxt): Add option autoInjectServerSentry (no default import()) (#14553)
Using the dynamic
import()
as the default behavior for initializing the SDK on the server-side did not work for every project.
... (truncated)
Commits
-
3690d62
release: 8.45.1 -
323a38c
meta(changelog): Update changelog for 8.45.1 (#14722) -
0f6ef9a
ci(v8): Ensure CI runs on v8 & v9 branches (#14604) (#14727) -
db33945
Merge pull request #14699 from getsentry/master -
164328c
Merge branch 'release/8.45.0' -
c32e1a4
ref(nextjs): Change url of parser base to make security scanners less sus (#1... -
0c578ea
release: 8.45.0 -
d6aa2e7
Merge pull request #14682 from getsentry/prepare-release/8.45.0 -
9e3bc93
fix(feedback): Return when thesendFeedback
promise resolves (#14683) -
734b375
meta(changelog): Update changelog for 8.45.0 - Additional commits viewable in compare view