dependabot npm(deps): bump @sentry/node from 7.99.0 to 7.100.1
Bumps @sentry/node from 7.99.0 to 7.100.1.
Release notes
Sourced from @sentry/node
's releases.
7.100.1
This release contains build fixes for profiling-node.
- build(profiling-node): make sure debug build plugin is used #10534
- build: Only run profiling e2e test if bindings have changed #10542
- fix(feedback): Replay breadcrumb for feedback events was incorrect #10536
Bundle size
📦
Path Size @sentry/browser
(incl. Tracing, Replay, Feedback) - Webpack (gzipped)78.33 KB @sentry/browser
(incl. Tracing, Replay) - Webpack (gzipped)69.57 KB @sentry/browser
(incl. Tracing, Replay with Canvas) - Webpack (gzipped)73.49 KB @sentry/browser
(incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped)63.17 KB @sentry/browser
(incl. Tracing) - Webpack (gzipped)33.52 KB @sentry/browser
(incl. browserTracingIntegration) - Webpack (gzipped)33.39 KB @sentry/browser
(incl. Feedback) - Webpack (gzipped)31.37 KB @sentry/browser
(incl. sendFeedback) - Webpack (gzipped)31.37 KB @sentry/browser
- Webpack (gzipped)22.63 KB @sentry/browser
(incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped)76.36 KB @sentry/browser
(incl. Tracing, Replay) - ES6 CDN Bundle (gzipped)67.9 KB @sentry/browser
(incl. Tracing) - ES6 CDN Bundle (gzipped)33.66 KB @sentry/browser
- ES6 CDN Bundle (gzipped)24.73 KB @sentry/browser
(incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed)214.07 KB @sentry/browser
(incl. Tracing) - ES6 CDN Bundle (minified & uncompressed)101.87 KB @sentry/browser
- ES6 CDN Bundle (minified & uncompressed)74.26 KB @sentry/browser
(incl. Tracing) - ES5 CDN Bundle (gzipped)36.8 KB @sentry/react
(incl. Tracing, Replay) - Webpack (gzipped)69.93 KB @sentry/react
- Webpack (gzipped)22.67 KB @sentry/nextjs
Client (incl. Tracing, Replay) - Webpack (gzipped)87.54 KB @sentry/nextjs
Client - Webpack (gzipped)51.72 KB @sentry-internal/feedback
- Webpack (gzipped)17.22 KB 7.100.0
Important Changes
Deprecations
This release includes some deprecations. For more details please look at our migration guide.
The deprecation most likely to affect you is the one of
BrowserTracing
. Instead ofnew BrowserTracing()
, you should now usebrowserTracingIntegration()
, which will also handle framework-specific instrumentation out of the box for you - no need to pass a customroutingInstrumentation
anymore. For@sentry/react
, we expose dedicated integrations for the different react-router versions:
reactRouterV6BrowserTracingIntegration()
reactRouterV5BrowserTracingIntegration()
reactRouterV4BrowserTracingIntegration()
... (truncated)
Changelog
Sourced from @sentry/node
's changelog.
7.100.1
This release contains build fixes for profiling-node.
- build(profiling-node): make sure debug build plugin is used #10534
- build: Only run profiling e2e test if bindings have changed #10542
- fix(feedback): Replay breadcrumb for feedback events was incorrect #10536
7.100.0
Important Changes
Deprecations
This release includes some deprecations. For more details please look at our migration guide.
The deprecation most likely to affect you is the one of
BrowserTracing
. Instead ofnew BrowserTracing()
, you should now usebrowserTracingIntegration()
, which will also handle framework-specific instrumentation out of the box for you - no need to pass a customroutingInstrumentation
anymore. For@sentry/react
, we expose dedicated integrations for the different react-router versions:
reactRouterV6BrowserTracingIntegration()
reactRouterV5BrowserTracingIntegration()
reactRouterV4BrowserTracingIntegration()
reactRouterV3BrowserTracingIntegration()
See the migration guide for details.
- feat(angular): Export custom
browserTracingIntegration()
(#10353)- feat(browser): Deprecate
BrowserTracing
integration (#10493)- feat(browser): Export
browserProfilingIntegration
(#10438)- feat(bun): Export
bunServerIntegration()
(#10439)- feat(nextjs): Add
browserTracingIntegration
(#10397)- feat(react): Add
reactRouterV3BrowserTracingIntegration
for react router v3 (#10489)- feat(react): Add
reactRouterV4/V5BrowserTracingIntegration
for react router v4 & v5 (#10488)- feat(react): Add
reactRouterV6BrowserTracingIntegration
for react router v6 & v6.4 (#10491)- feat(remix): Add custom
browserTracingIntegration
(#10442)- feat(node): Expose functional integrations to replace classes (#10356)
- feat(vercel-edge): Replace
WinterCGFetch
withwinterCGFetchIntegration
(#10436)- feat: Deprecate non-callback based
continueTrace
(#10301)- feat(vue): Deprecate
new VueIntegration()
(#10440)- feat(vue): Implement vue
browserTracingIntegration()
(#10477)- feat(sveltekit): Add custom
browserTracingIntegration()
(#10450)Profiling Node
@sentry/profiling-node
has been ported into the monorepo. Future development for it will happen here!
... (truncated)
Commits
-
424a9c1
release: 7.100.1 -
08a06ae
meta(changelog): Update changelog for 7.100.1 -
bdb73c7
Merge pull request #10546 from getsentry/fn/backport-v7 -
11576d6
fix(feedback): Replay breadcrumb for feedback events was incorrect (#10536) -
5a9f460
build: Only run profiling e2e test if bindings have changed (#10542) -
17a5d38
build(profiling-node): make sure debug build plugin is used (#10534) -
821537c
feat(deps): bump@sentry/cli
from 2.26.0 to 2.28.0 (#10496) -
ed975cf
Merge pull request #10524 from getsentry/master -
6cfa68d
Merge branch 'release/7.100.0' -
17f4c20
release: 7.100.0 - Additional commits viewable in compare view