dependabot npm(deps): bump @sentry/node from 7.48.0 to 7.49.0
Bumps @sentry/node from 7.48.0 to 7.49.0.
Release notes
Sourced from @sentry/node
's releases.
7.49.0
Important Changes
- feat(sveltekit): Read adapter output directory from
svelte.config.js
(#7863)Our source maps upload plugin is now able to read
svelte.config.js
. This is necessary to automatically find the output directory that users can specify when setting up the Node adapter.
- fix(replay): Ensure we normalize scope breadcrumbs to max. depth to avoid circular ref (#7915)
This release fixes a potential problem with how Replay captures console logs. Any objects logged will now be cut off after a maximum depth of 10, as well as cutting off any properties after the 1000th. This should ensure we do not accidentally capture massive console logs, where a stringified object could reach 100MB or more.
- fix(utils): Normalize HTML elements as string (#7916)
We used to normalize references to HTML elements as POJOs. This is both not very easily understandable, as well as potentially large, as HTML elements may have properties attached to them. With this change, we now normalize them to e.g.
[HTMLElement: HTMLInputElement]
.Additional Features and Fixes
- feat(browser): Simplify stack parsers (#7897)
- feat(node): Add monitor upsert types (#7914)
- feat(replay): Truncate network bodies to max size (#7875)
- fix(gatsby): Don't crash build when auth token is missing (#7858)
- fix(gatsby): Use
import
forgatsby-browser.js
instead ofrequire
(#7889)- fix(nextjs): Handle braces in stack frame URLs (#7900)
- fix(nextjs): Mark value injection loader result as uncacheable (#7870)
- fix(node): Correct typo in trpc integration transaciton name (#7871)
- fix(node): reduce deepReadDirSync runtime complexity (#7910)
- fix(sveltekit): Avoid capturing "Not Found" errors in server
handleError
wrapper (#7898)- fix(sveltekit): Detect sentry release before creating the Vite plugins (#7902)
- fix(sveltekit): Use
sentry.properties
file when uploading source maps (#7890)- fix(tracing): Ensure we use s instead of ms for startTimestamp (#7877)
- ref(deprecate): Deprecate
timestampWithMs
(#7878)- ref(nextjs): Don't use Sentry Webpack Plugin in dev mode (#7901)
Bundle size
📦
Path Size @sentry/browser
- ES5 CDN Bundle (gzipped + minified)21.02 KB @sentry/browser
- ES5 CDN Bundle (minified)65.65 KB @sentry/browser
- ES6 CDN Bundle (gzipped + minified)19.56 KB @sentry/browser
- ES6 CDN Bundle (minified)58.1 KB @sentry/browser
- Webpack (gzipped + minified)21.16 KB @sentry/browser
- Webpack (minified)69.06 KB @sentry/react
- Webpack (gzipped + minified)21.18 KB @sentry/nextjs
Client - Webpack (gzipped + minified)49.03 KB @sentry/browser
+@sentry/tracing
- ES5 CDN Bundle (gzipped + minified)28.59 KB
... (truncated)
Changelog
Sourced from @sentry/node
's changelog.
7.49.0
Important Changes
- feat(sveltekit): Read adapter output directory from
svelte.config.js
(#7863)Our source maps upload plugin is now able to read
svelte.config.js
. This is necessary to automatically find the output directory that users can specify when setting up the Node adapter.
- fix(replay): Ensure we normalize scope breadcrumbs to max. depth to avoid circular ref (#7915)
This release fixes a potential problem with how Replay captures console logs. Any objects logged will now be cut off after a maximum depth of 10, as well as cutting off any properties after the 1000th. This should ensure we do not accidentally capture massive console logs, where a stringified object could reach 100MB or more.
- fix(utils): Normalize HTML elements as string (#7916)
We used to normalize references to HTML elements as POJOs. This is both not very easily understandable, as well as potentially large, as HTML elements may have properties attached to them. With this change, we now normalize them to e.g.
[HTMLElement: HTMLInputElement]
.Additional Features and Fixes
- feat(browser): Simplify stack parsers (#7897)
- feat(node): Add monitor upsert types (#7914)
- feat(replay): Truncate network bodies to max size (#7875)
- fix(gatsby): Don't crash build when auth token is missing (#7858)
- fix(gatsby): Use
import
forgatsby-browser.js
instead ofrequire
(#7889)- fix(nextjs): Handle braces in stack frame URLs (#7900)
- fix(nextjs): Mark value injection loader result as uncacheable (#7870)
- fix(node): Correct typo in trpc integration transaciton name (#7871)
- fix(node): reduce deepReadDirSync runtime complexity (#7910)
- fix(sveltekit): Avoid capturing "Not Found" errors in server
handleError
wrapper (#7898)- fix(sveltekit): Detect sentry release before creating the Vite plugins (#7902)
- fix(sveltekit): Use
sentry.properties
file when uploading source maps (#7890)- fix(tracing): Ensure we use s instead of ms for startTimestamp (#7877)
- ref(deprecate): Deprecate
timestampWithMs
(#7878)- ref(nextjs): Don't use Sentry Webpack Plugin in dev mode (#7901)
Commits
-
073d739
release: 7.49.0 -
1f34b16
Merge pull request #7919 from getsentry/prepare-release/7.49.0 -
0b65590
meta(changelog): Update CHANGELOG for 7.49.0 -
cd7a513
fix(utils): Normalize HTML elements as string (#7916) -
6e5cb41
fix(replay): Ensure we normalize scope breadcrumbs to max. depth to avoid cir... -
100369e
feat(replay): Truncate network bodies to max size (#7875) -
db013df
feat(node): Add monitor upsert types (#7914) -
7896c68
fix(node): reduce deepReadDirSync runtime complexity (#7910) -
b4121cb
chore(ci): Skip SvelteKit tests in browser CI (#7905) -
f6eccc4
fix(sveltekit): Avoid capturing "Not Found" errors in serverhandleError
wr... - Additional commits viewable in compare view