Bump @sentry/node from 8.41.0 to 8.49.0
Bumps @sentry/node from 8.41.0 to 8.49.0.
Release notes
Sourced from @sentry/node's releases.
8.49.0
- feat(v8/browser): Flush offline queue on flush and browser online event (#14969)
- feat(v8/react): Add a
handledprop to ErrorBoundary (#14978)- fix(profiling/v8): Don't put
require,__filenameand__dirnameon global object (#14952)- fix(v8/node): Enforce that ContextLines integration does not leave open file handles (#14997)
- fix(v8/replay): Disable mousemove sampling in rrweb for iOS browsers (#14944)
- fix(v8/sveltekit): Ensure source maps deletion is called after source ma… (#14963)
- fix(v8/vue): Re-throw error when no errorHandler exists (#14943)
Work in this release was contributed by
@HHK1and@mstrokin. Thank you for your contribution!Bundle size 📦
Path Size @sentry/browser23.29 KB @sentry/browser- with treeshaking flags21.96 KB @sentry/browser(incl. Tracing)35.85 KB @sentry/browser(incl. Tracing, Replay)73.19 KB @sentry/browser(incl. Tracing, Replay) - with treeshaking flags63.58 KB @sentry/browser(incl. Tracing, Replay with Canvas)77.5 KB @sentry/browser(incl. Tracing, Replay, Feedback)89.44 KB @sentry/browser(incl. Feedback)39.5 KB @sentry/browser(incl. sendFeedback)27.89 KB @sentry/browser(incl. FeedbackAsync)32.69 KB @sentry/react25.97 KB @sentry/react(incl. Tracing)38.67 KB @sentry/vue27.57 KB @sentry/vue(incl. Tracing)37.71 KB @sentry/svelte23.45 KB CDN Bundle 24.49 KB CDN Bundle (incl. Tracing) 37.56 KB CDN Bundle (incl. Tracing, Replay) 72.84 KB CDN Bundle (incl. Tracing, Replay, Feedback) 78.2 KB CDN Bundle - uncompressed 71.93 KB CDN Bundle (incl. Tracing) - uncompressed 111.42 KB CDN Bundle (incl. Tracing, Replay) - uncompressed 225.68 KB CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.78 KB @sentry/nextjs(client)38.92 KB @sentry/sveltekit(client)36.36 KB @sentry/node162.82 KB @sentry/node- without tracing98.95 KB @sentry/aws-serverless126.65 KB 8.48.0
Deprecations
feat(v8/core): Deprecate
getDomElementmethod (#14799)Deprecates
getDomElement. There is no replacement.
... (truncated)
Changelog
Sourced from @sentry/node's changelog.
8.49.0
- feat(v8/browser): Flush offline queue on flush and browser online event (#14969)
- feat(v8/react): Add a
handledprop to ErrorBoundary (#14978)- fix(profiling/v8): Don't put
require,__filenameand__dirnameon global object (#14952)- fix(v8/node): Enforce that ContextLines integration does not leave open file handles (#14997)
- fix(v8/replay): Disable mousemove sampling in rrweb for iOS browsers (#14944)
- fix(v8/sveltekit): Ensure source maps deletion is called after source ma… (#14963)
- fix(v8/vue): Re-throw error when no errorHandler exists (#14943)
Work in this release was contributed by
@HHK1and@mstrokin. Thank you for your contribution!8.48.0
Deprecations
feat(v8/core): Deprecate
getDomElementmethod (#14799)Deprecates
getDomElement. There is no replacement.Other changes
- fix(nestjs/v8): Use correct main/module path in package.json (#14791)
- fix(v8/core): Use consistent
continueTraceimplementation in core (#14819)- fix(v8/node): Correctly resolve debug IDs for ANR events with custom appRoot (#14823)
- fix(v8/node): Ensure
NODE_OPTIONSis not passed to worker threads (#14825)- fix(v8/angular): Fall back to element
tagNamewhen name is not provided toTraceDirective(#14828)- fix(aws-lambda): Remove version suffix from lambda layer (#14843)
- fix(v8/node): Ensure express requests are properly handled (#14851)
- feat(v8/node): Add
openTelemetrySpanProcessorsoption (#14853)- fix(v8/react): Use
Setas theallRoutescontainer. (#14878) (#14884)- fix(v8/react): Improve handling of routes nested under path="/" (#14897)
- feat(v8/core): Add
normalizedRequesttosamplingContext(#14903)- fix(v8/feedback): Avoid lazy loading code for
syncFeedbackIntegration(#14918)Work in this release was contributed by
@arturovt. Thank you for your contribution!8.47.0
- feat(v8/core): Add
updateSpanNamehelper function (#14736)- feat(v8/node): Do not overwrite prisma
db.systemin newer Prisma versions (#14772)- feat(v8/node/deps): Bump
@prisma/instrumentationfrom 5.19.1 to 5.22.0 (#14755)- feat(v8/replay): Mask srcdoc iframe contents per default (#14779)
- ref(v8/nextjs): Fix typo in source maps deletion warning (#14776)
Work in this release was contributed by
@aloisklinkand@benjick. Thank you for your contributions!8.46.0
- feat: Allow capture of more than 1 ANR event [v8] (#14713)
... (truncated)
Commits
db51933release: 8.49.0629fba2meta(changelog): Update CHANGELOG for 8.49.0 (#15019)f5ac627fix(v8/node): Enforce that ContextLines integration does not leave open file ...286f6b0test(v8/e2e): Fix node-express test transitive dependency (#15004)798a932feat(v8/browser): Flush offline queue on flush and browser online event (#14969)0c3b2a4fix(v8/replay): Disable mousemove sampling in rrweb for iOS browsers (#14944)fda1aeefeat(v8/react): Add ahandledprop to ErrorBoundary (#14978)5182853chore(v8/repo): Add missing v7 changelog entries (#14961)af00c8ffix(v8/sveltekit): Ensure source maps deletion is called after source ma… (#1...8926cb7fix(v8/vue): Re-throw error when no errorHandler exists (#14943)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.