dependabot npm(deps): bump @sentry/node from 7.118.0 to 8.15.0
Bumps @sentry/node from 7.118.0 to 8.15.0.
Release notes
Sourced from @sentry/node
's releases.
8.15.0
- feat(core): allow unregistering callback through
on
(#11710)- feat(nestjs): Add function-level span decorator to nestjs (#12721)
- feat(otel): Export & use
spanTimeInputToSeconds
for otel span exporter (#12699)- fix(core): Pass origin as referrer for
lazyLoadIntegration
(#12766)- fix(deno): Publish from build directory (#12773)
- fix(hapi): Specify error channel to filter boom errors (#12725)
- fix(react): Revert back to
jsxRuntime: 'classic'
to prevent breaking react 17 (#12775)- fix(tracing): Report dropped spans for transactions (#12751)
- ref(scope): Delete unused public
getStack()
(#12737)Work in this release was contributed by
@arturovt
and@jaulz
. Thank you for your contributions!Bundle size
📦
Path Size @sentry/browser
22.28 KB @sentry/browser
(incl. Tracing)33.43 KB @sentry/browser
(incl. Tracing, Replay)69.18 KB @sentry/browser
(incl. Tracing, Replay) - with treeshaking flags62.51 KB @sentry/browser
(incl. Tracing, Replay with Canvas)73.24 KB @sentry/browser
(incl. Tracing, Replay, Feedback)85.87 KB @sentry/browser
(incl. Tracing, Replay, Feedback, metrics)87.73 KB @sentry/browser
(incl. metrics)26.57 KB @sentry/browser
(incl. Feedback)38.93 KB @sentry/browser
(incl. sendFeedback)26.9 KB @sentry/browser
(incl. FeedbackAsync)31.52 KB @sentry/react
25.02 KB @sentry/react
(incl. Tracing)36.46 KB @sentry/vue
26.39 KB @sentry/vue
(incl. Tracing)35.29 KB @sentry/svelte
22.41 KB CDN Bundle 23.5 KB CDN Bundle (incl. Tracing) 35.19 KB CDN Bundle (incl. Tracing, Replay) 69.29 KB CDN Bundle (incl. Tracing, Replay, Feedback) 74.48 KB CDN Bundle - uncompressed 68.97 KB CDN Bundle (incl. Tracing) - uncompressed 103.98 KB CDN Bundle (incl. Tracing, Replay) - uncompressed 214.38 KB CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 227.09 KB @sentry/nextjs
(client)36.35 KB @sentry/sveltekit
(client)34.07 KB @sentry/node
130.73 KB @sentry/node
- without tracing91.75 KB @sentry/aws-serverless
116.92 KB 8.14.0
Important Changes
... (truncated)
Changelog
Sourced from @sentry/node
's changelog.
8.15.0
- feat(core): allow unregistering callback through
on
(#11710)- feat(nestjs): Add function-level span decorator to nestjs (#12721)
- feat(otel): Export & use
spanTimeInputToSeconds
for otel span exporter (#12699)- fix(core): Pass origin as referrer for
lazyLoadIntegration
(#12766)- fix(deno): Publish from build directory (#12773)
- fix(hapi): Specify error channel to filter boom errors (#12725)
- fix(react): Revert back to
jsxRuntime: 'classic'
to prevent breaking react 17 (#12775)- fix(tracing): Report dropped spans for transactions (#12751)
- ref(scope): Delete unused public
getStack()
(#12737)Work in this release was contributed by
@arturovt
and@jaulz
. Thank you for your contributions!8.14.0
Important Changes
- feat(nestjs): Filter 4xx errors (#12695)
The
@sentry/nestjs
SDK no longer captures 4xx errors automatically.Other Changes
- chore(react): Remove private namespace
JSX
(#12691)- feat(deps): bump
@opentelemetry/propagator-aws-xray
from 1.25.0 to 1.25.1 (#12719)- feat(deps): bump
@prisma/instrumentation
from 5.16.0 to 5.16.1 (#12718)- feat(node): Add
registerEsmLoaderHooks
option (#12684)- feat(opentelemetry): Expose sampling helper (#12674)
- fix(browser): Make sure measure spans have valid start timestamps (#12648)
- fix(hapi): Widen type definitions (#12710)
- fix(nextjs): Attempt to ignore critical dependency warnings (#12694)
- fix(react): Fix React jsx runtime import for esm (#12740)
- fix(replay): Start replay in
afterAllSetup
instead of next tick (#12709)Work in this release was contributed by
@quisido
. Thank you for your contribution!8.13.0
Important Changes
- feat(nestjs): Add Nest SDK This release adds a dedicated SDK for NestJS (
@sentry/nestjs
) in alpha state. The SDK is a drop-in replacement for the Sentry Node SDK (@sentry/node
) supporting the same set of features. See the docs for how to use the SDK.Other Changes
... (truncated)
Commits
-
b1e0598
release: 8.15.0 -
7c15dfa
Merge pull request #12777 from getsentry/prepare-release/8.15.0 -
1af7d0a
meta(changelog): Update changelog for 8.15.0 -
69b6531
fix(react): Revert back tojsxRuntime: 'classic'
to prevent breaking react ... -
1845bf4
fix(core): Pass origin as referrer forlazyLoadIntegration
(#12766) -
0951036
build: Ensure we use pnpm 9.4.0 everywhere on CI (#12772) -
0bad43b
fix(deno): Publish from build directory (#12773) -
eedd7c0
ci: Fix external contributor workflow (#12755) -
b4d6469
feat(otel): Export & usespanTimeInputToSeconds
for otel span exporter (#12... -
41d946e
feat(nestjs): Add function-level span decorator to nestjs (#12721) - Additional commits viewable in compare view