dependabot npm(deps): bump @sentry/node from 7.38.0 to 7.39.0
Bumps @sentry/node from 7.38.0 to 7.39.0.
Release notes
Sourced from @sentry/node
's releases.
7.39.0
This release adds a new package,
@sentry/angular-ivy
, which is our Angular SDK with full support for Angular's rendering engine, Ivy.This release also adds a new
enableTracing
option, which can be used instead oftracesSampleRate
for an easier setup. Related to this, thehasTracingEnabled
utility function was moved from@sentry/tracing
to@sentry/core
. The old export from@sentry/tracing
has been deprecated and will be removed in v8.
- feat(angular): Add Ivy-compatible Angular SDK package (#7264)
- feat(core): Add source map images to
debug_meta
(#7168)- feat(loader): Make lazy-loading configurable (#7232)
- feat(nextjs): Add performance monitoring to server components (#7242)
- feat(nextjs): Default to
VERCEL_ENV
as environment (#7227)- feat(replay): Add more default block filters (#7233)
- feat(tracing): Add
enableTracing
option (#7238)- fix(core): Exclude client reports from offline queuing (#7226)
- fix(nextjs): Export serverside data-fetcher wrappers from client (#7256)
- fix(replay): Fix timestamps on LCP (#7225)
Replay
rrweb
changes:
@sentry-internal/rrweb
was updated from 1.103.0 to 1.104.1 (#7238):
- feat: Export
typings/types
(#60)- feat: Remove
autoplay
attribute from audio/video tags (#59)- fix: Exclude
modulepreload
as well (#52)- fix: Handle removed attributes (#65)
- fix: Masking inputs on change when
maskAllInputs:false
(#61)- fix: More robust
rootShadowHost
check (#50)- fix: Textarea value is being duplicated (#62)
Changelog
Sourced from @sentry/node
's changelog.
7.39.0
This release adds a new package,
@sentry/angular-ivy
, which is our Angular SDK with full support for Angular's rendering engine, Ivy.This release also adds a new
enableTracing
option, which can be used instead oftracesSampleRate
for an easier setup. Related to this, thehasTracingEnabled
utility function was moved from@sentry/tracing
to@sentry/core
. The old export from@sentry/tracing
has been deprecated and will be removed in v8.
- feat(angular): Add Ivy-compatible Angular SDK package (#7264)
- feat(core): Add source map images to
debug_meta
(#7168)- feat(loader): Make lazy-loading configurable (#7232)
- feat(nextjs): Add performance monitoring to server components (#7242)
- feat(nextjs): Default to
VERCEL_ENV
as environment (#7227)- feat(replay): Add more default block filters (#7233)
- feat(tracing): Add
enableTracing
option (#7238)- fix(core): Exclude client reports from offline queuing (#7226)
- fix(nextjs): Export serverside data-fetcher wrappers from client (#7256)
- fix(replay): Fix timestamps on LCP (#7225)
Replay
rrweb
changes:
@sentry-internal/rrweb
was updated from 1.103.0 to 1.104.1 (#7238):
- feat: Export
typings/types
(#60)- feat: Remove
autoplay
attribute from audio/video tags (#59)- fix: Exclude
modulepreload
as well (#52)- fix: Handle removed attributes (#65)
- fix: Masking inputs on change when
maskAllInputs:false
(#61)- fix: More robust
rootShadowHost
check (#50)- fix: Textarea value is being duplicated (#62)
Commits
-
557394c
release: 7.39.0 -
59dc6ff
Merge pull request #7284 from getsentry/prepare-release/7.39.0 -
cc119e3
update changelog for 7.39.0 -
80cb7a5
ref(replay): Update rrweb to 1.104.1 (#7283) -
cca2514
feat(angular): Add Ivy-compatible Angular SDK package (#7264) -
4b95c04
feat(nextjs): Add performance monitoring to server components (#7242) -
87e919c
feat(loader): Make lazy-loading configurable (#7232) -
21fb51b
test: Add test utility to intercept requests to Sentry (#7271) -
8e27ff9
fix(replay): Fix timestamps on LCP (#7225) -
e4d3146
feat: Add source map images todebug_meta
(#7168) - Additional commits viewable in compare view