Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps the sentry-dependencies group with 10 updates in the / directory:

Package From To
@sentry/babel-plugin-component-annotate 2.16.1 4.6.0
@sentry/core 8.12.0-beta.0 10.25.0
@sentry/node 8.12.0-beta.0 10.25.0
@sentry/react 8.12.0-beta.0 10.25.0
@sentry/release-parser 1.3.1 1.4.0
@sentry/status-page-list 0.2.0 0.6.1
@sentry/types 8.12.0-beta.0 10.25.0
@sentry/utils 8.12.0-beta.0 8.55.0
@sentry/jest-environment 6.0.0 6.1.0
@sentry/profiling-node 8.12.0-beta.0 10.25.0

Updates @sentry/babel-plugin-component-annotate from 2.16.1 to 4.6.0

Release notes

Sourced from @​sentry/babel-plugin-component-annotate's releases.

4.6.0

  • fix(core): Stop awaiting build start telemetry to avoid breaking module federation builds (#818)
  • feat(core): Bump @​sentry/cli from 2.51.0 to 2.57.0 (#819)

4.5.0

  • docs: added info on debug flag value precedence (#811)
  • feat: add debug statements after sourcemap uploads (#812)
  • feat(core): Allow multi-project sourcemaps upload (#813)
  • fix: propagate the debug option to the cli (#810)

4.4.0

  • feat(core): Explicitly allow undefined as value for authToken option (#805)
  • fix(core): Strip query strings from asset paths (#806)

Work in this release was contributed by @​aiktb. Thank you for your contribution!

4.3.0

  • feat(core): Extend deploy option to allow opting out of automatic deploy creation (#801)
  • feat(core): No asset globbing for direct upload (#800)

4.2.0

  • feat(core): Add prepareArtifacts option for uploading sourcemaps (#794)
  • perf: use premove for build clean (#792)
  • fix(core): Forward headers option to sentry-cli (#797)

Work in this release contributed by @​liAmirali. Thank you for your contribution!

4.1.1

  • fix(react-native): Enhance fragment detection for indirect references (#767)

4.1.0

  • feat(deps): Bump @​sentry/cli to 2.51.0 #786
  • feat(core): Add flag for disabling sourcemaps upload #785
  • fix(debugId): Add guards for injected code to avoid errors #783
  • docs(options): Improve JSDoc for options #781
  • feat(core): Expose method for injecting debug Ids from plugin manager #784

4.0.2

  • fix(core): Make moduleMetadata injection snippet ES5-compliant (#774)

4.0.1

  • fix(core): Make plugin inject ES5-friendly code (#770)
  • fix(core): Use renderChunk for release injection for Rollup/Rolldown/Vite (#761)

Work in this release was contributed by @​grushetsky. Thank you for your contribution!

4.0.0

Breaking Changes

  • (Type change) Vite plugin now returns VitePlugin type instead of any

... (truncated)

Changelog

Sourced from @​sentry/babel-plugin-component-annotate's changelog.

4.6.0

  • fix(core): Stop awaiting build start telemetry to avoid breaking module federation builds (#818)
  • feat(core): Bump @​sentry/cli from 2.51.0 to 2.57.0 (#819)

4.5.0

  • docs: added info on debug flag value precedence (#811)
  • feat: add debug statements after sourcemap uploads (#812)
  • feat(core): Allow multi-project sourcemaps upload (#813)
  • fix: propagate the debug option to the cli (#810)

4.4.0

  • feat(core): Explicitly allow undefined as value for authToken option (#805)
  • fix(core): Strip query strings from asset paths (#806)

Work in this release was contributed by @​aiktb. Thank you for your contribution!

4.3.0

  • feat(core): Extend deploy option to allow opting out of automatic deploy creation (#801)
  • feat(core): No asset globbing for direct upload (#800)

4.2.0

  • feat(core): Add prepareArtifacts option for uploading sourcemaps (#794)
  • perf: use premove for build clean (#792)
  • fix(core): Forward headers option to sentry-cli (#797)

Work in this release contributed by @​liAmirali. Thank you for your contribution!

4.1.1

  • fix(react-native): Enhance fragment detection for indirect references (#767)

4.1.0

  • feat(deps): Bump @​sentry/cli to 2.51.0 #786
  • feat(core): Add flag for disabling sourcemaps upload #785
  • fix(debugId): Add guards for injected code to avoid errors #783
  • docs(options): Improve JSDoc for options #781
  • feat(core): Expose method for injecting debug Ids from plugin manager #784

4.0.2

  • fix(core): Make moduleMetadata injection snippet ES5-compliant (#774)

4.0.1

... (truncated)

Commits
  • 2ad20eb release: 4.6.0
  • d7fb379 meta(changelog): Update changelog for 4.6.0 (#820)
  • 20936b2 feat(core): Bump @​sentry/cli from 2.51.0 to 2.57.0 (#819)
  • 87c8e14 fix(core): Stop awaiting build start telemetry to avoid breaking module feder...
  • fb36641 Merge branch 'release/4.5.0'
  • 7c25536 release: 4.5.0
  • b61b086 meta(changelog): Update changelog for 4.5.0 (#814)
  • 76a9745 feat(core): Allow multi-project sourcemaps upload (#813)
  • 3ed5631 feat: add debug statements after sourcemap uploads (#812)
  • 995067b docs: added info on debug flag value precedence (#811)
  • Additional commits viewable in compare view

Updates @sentry/core from 8.12.0-beta.0 to 10.25.0

Release notes

Sourced from @​sentry/core's releases.

10.25.0

  • feat(browser): Include Spotlight in development bundles (#18078)
  • feat(cloudflare): Add metrics exports (#18147)
  • feat(core): Truncate request string inputs in OpenAI integration (#18136)
  • feat(metrics): Add missing metric node exports (#18149)
  • feat(node): Add maxCacheKeyLength to Redis integration (remove truncation) (#18045)
  • feat(vercel-edge): Add metrics export (#18148)
  • fix(core): Only consider exception mechanism when updating session status from event with exceptions (#18137)
  • ref(browser): Remove truncation when not needed (#18051)
  • chore(build): Fix incorrect versions after merge (#18154)

Bundle size 📦

Path Size
@​sentry/browser 24.02 KB
@​sentry/browser - with treeshaking flags 22.54 KB
@​sentry/browser (incl. Tracing) 40.26 KB
@​sentry/browser (incl. Tracing, Profiling) 44.44 KB
@​sentry/browser (incl. Tracing, Replay) 77.83 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.75 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 82.41 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 94.3 KB
@​sentry/browser (incl. Feedback) 40.3 KB
@​sentry/browser (incl. sendFeedback) 28.58 KB
@​sentry/browser (incl. FeedbackAsync) 33.39 KB
@​sentry/react 25.66 KB
@​sentry/react (incl. Tracing) 42.17 KB
@​sentry/vue 28.39 KB
@​sentry/vue (incl. Tracing) 41.99 KB
@​sentry/svelte 24.03 KB
CDN Bundle 26.26 KB
CDN Bundle (incl. Tracing) 40.8 KB
CDN Bundle (incl. Tracing, Replay) 76.46 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 81.81 KB
CDN Bundle - uncompressed 76.99 KB
CDN Bundle (incl. Tracing) - uncompressed 121.03 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 234.35 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 246.81 KB
@​sentry/nextjs (client) 44.25 KB
@​sentry/sveltekit (client) 40.64 KB
@​sentry/node-core 49.57 KB
@​sentry/node 154.14 KB
@​sentry/node - without tracing 90.47 KB
@​sentry/aws-serverless 103.91 KB

... (truncated)

Changelog

Sourced from @​sentry/core's changelog.

10.25.0

  • feat(browser): Include Spotlight in development bundles (#18078)
  • feat(cloudflare): Add metrics exports (#18147)
  • feat(core): Truncate request string inputs in OpenAI integration (#18136)
  • feat(metrics): Add missing metric node exports (#18149)
  • feat(node): Add maxCacheKeyLength to Redis integration (remove truncation) (#18045)
  • feat(vercel-edge): Add metrics export (#18148)
  • fix(core): Only consider exception mechanism when updating session status from event with exceptions (#18137)
  • ref(browser): Remove truncation when not needed (#18051)
  • chore(build): Fix incorrect versions after merge (#18154)

10.24.0

Important Changes

  • feat(metrics): Add top level option enableMetrics and beforeSendMetric (#18088)

    This PR moves enableMetrics and beforeSendMetric out of the _experiments options. The metrics feature will now be enabled by default (none of our integrations will auto-emit metrics as of now), but you can disable sending metrics via enableMetrics: false. Metric options within _experiments got deprecated but will still work as of now, they will be removed with the next major version of our SDKs.

Other Changes

  • feat(aws): Add SENTRY_LAYER_EXTENSION to configure using the lambda layer extension via env variables (#18101)
  • feat(core): Include all exception object keys instead of truncating (#18044)
  • feat(metrics)!: Update types (#17907)
  • feat(replay): ignore background-image when blockAllMedia is enabled (#18019)
  • fix(nextjs): Delete css map files (#18131)
  • fix(nextjs): Stop accessing sync props in template (#18113)
  • chore: X handle update (#18117)
  • chore(eslint): Add eslint-plugin-regexp rule (dev-packages) (#18063)
  • test(next): fix flakey tests (#18100)
  • test(node-core): Proof that withMonitor doesn't create a new trace (#18057)

10.23.0

  • feat(core): Send user-agent header with envelope requests in server SDKs (#17929)
  • feat(browser): Limit transport buffer size (#18046)
  • feat(core): Remove default value of maxValueLength: 250 (#18043)

... (truncated)

Commits
  • d9cf9a4 release: 10.25.0
  • b08235b chore(e2e): Pin @embroider/addon-shim to 1.10.0 for the e2e ember-embroider...
  • dd75ae7 chore(test): Use correct testTimeout field in bundler-tests vitest config
  • d5a5009 Merge pull request #18166 from getsentry/prepare-release/10.25.0
  • a730d96 meta(changelog): Update changelog for 10.25.0
  • 76fef98 feat(metrics): Add missing metric node exports (#18149)
  • b03617a feat(vercel-edge): Add metrics export (#18148)
  • b3e65e0 feat(cloudflare): Add metrics exports (#18147)
  • c2a53e7 feat(core): Truncate request string inputs in OpenAI integration (#18136)
  • c236db3 chore(build): Fix incorrect versions after merge (#18154)
  • Additional commits viewable in compare view

Updates @sentry/node from 8.12.0-beta.0 to 10.25.0

Release notes

Sourced from @​sentry/node's releases.

10.25.0

  • feat(browser): Include Spotlight in development bundles (#18078)
  • feat(cloudflare): Add metrics exports (#18147)
  • feat(core): Truncate request string inputs in OpenAI integration (#18136)
  • feat(metrics): Add missing metric node exports (#18149)
  • feat(node): Add maxCacheKeyLength to Redis integration (remove truncation) (#18045)
  • feat(vercel-edge): Add metrics export (#18148)
  • fix(core): Only consider exception mechanism when updating session status from event with exceptions (#18137)
  • ref(browser): Remove truncation when not needed (#18051)
  • chore(build): Fix incorrect versions after merge (#18154)

Bundle size 📦

Path Size
@​sentry/browser 24.02 KB
@​sentry/browser - with treeshaking flags 22.54 KB
@​sentry/browser (incl. Tracing) 40.26 KB
@​sentry/browser (incl. Tracing, Profiling) 44.44 KB
@​sentry/browser (incl. Tracing, Replay) 77.83 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.75 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 82.41 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 94.3 KB
@​sentry/browser (incl. Feedback) 40.3 KB
@​sentry/browser (incl. sendFeedback) 28.58 KB
@​sentry/browser (incl. FeedbackAsync) 33.39 KB
@​sentry/react 25.66 KB
@​sentry/react (incl. Tracing) 42.17 KB
@​sentry/vue 28.39 KB
@​sentry/vue (incl. Tracing) 41.99 KB
@​sentry/svelte 24.03 KB
CDN Bundle 26.26 KB
CDN Bundle (incl. Tracing) 40.8 KB
CDN Bundle (incl. Tracing, Replay) 76.46 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 81.81 KB
CDN Bundle - uncompressed 76.99 KB
CDN Bundle (incl. Tracing) - uncompressed 121.03 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 234.35 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 246.81 KB
@​sentry/nextjs (client) 44.25 KB
@​sentry/sveltekit (client) 40.64 KB
@​sentry/node-core 49.57 KB
@​sentry/node 154.14 KB
@​sentry/node - without tracing 90.47 KB
@​sentry/aws-serverless 103.91 KB

... (truncated)

Changelog

Sourced from @​sentry/node's changelog.

10.25.0

  • feat(browser): Include Spotlight in development bundles (#18078)
  • feat(cloudflare): Add metrics exports (#18147)
  • feat(core): Truncate request string inputs in OpenAI integration (#18136)
  • feat(metrics): Add missing metric node exports (#18149)
  • feat(node): Add maxCacheKeyLength to Redis integration (remove truncation) (#18045)
  • feat(vercel-edge): Add metrics export (#18148)
  • fix(core): Only consider exception mechanism when updating session status from event with exceptions (#18137)
  • ref(browser): Remove truncation when not needed (#18051)
  • chore(build): Fix incorrect versions after merge (#18154)

10.24.0

Important Changes

  • feat(metrics): Add top level option enableMetrics and beforeSendMetric (#18088)

    This PR moves enableMetrics and beforeSendMetric out of the _experiments options. The metrics feature will now be enabled by default (none of our integrations will auto-emit metrics as of now), but you can disable sending metrics via enableMetrics: false. Metric options within _experiments got deprecated but will still work as of now, they will be removed with the next major version of our SDKs.

Other Changes

  • feat(aws): Add SENTRY_LAYER_EXTENSION to configure using the lambda layer extension via env variables (#18101)
  • feat(core): Include all exception object keys instead of truncating (#18044)
  • feat(metrics)!: Update types (#17907)
  • feat(replay): ignore background-image when blockAllMedia is enabled (#18019)
  • fix(nextjs): Delete css map files (#18131)
  • fix(nextjs): Stop accessing sync props in template (#18113)
  • chore: X handle update (#18117)
  • chore(eslint): Add eslint-plugin-regexp rule (dev-packages) (#18063)
  • test(next): fix flakey tests (#18100)
  • test(node-core): Proof that withMonitor doesn't create a new trace (#18057)

10.23.0

  • feat(core): Send user-agent header with envelope requests in server SDKs (#17929)
  • feat(browser): Limit transport buffer size (#18046)
  • feat(core): Remove default value of maxValueLength: 250 (#18043)

... (truncated)

Commits
  • d9cf9a4 release: 10.25.0
  • b08235b chore(e2e): Pin @embroider/addon-shim to 1.10.0 for the e2e ember-embroider...
  • dd75ae7 chore(test): Use correct testTimeout field in bundler-tests vitest config
  • d5a5009 Merge pull request #18166 from getsentry/prepare-release/10.25.0
  • a730d96 meta(changelog): Update changelog for 10.25.0
  • 76fef98 feat(metrics): Add missing metric node exports (#18149)
  • b03617a feat(vercel-edge): Add metrics export (#18148)
  • b3e65e0 feat(cloudflare): Add metrics exports (#18147)
  • c2a53e7 feat(core): Truncate request string inputs in OpenAI integration (#18136)
  • c236db3 chore(build): Fix incorrect versions after merge (#18154)
  • Additional commits viewable in compare view

Updates @sentry/react from 8.12.0-beta.0 to 10.25.0

Release notes

Sourced from @​sentry/react's releases.

10.25.0

  • feat(browser): Include Spotlight in development bundles (#18078)
  • feat(cloudflare): Add metrics exports (#18147)
  • feat(core): Truncate request string inputs in OpenAI integration (#18136)
  • feat(metrics): Add missing metric node exports (#18149)
  • feat(node): Add maxCacheKeyLength to Redis integration (remove truncation) (#18045)
  • feat(vercel-edge): Add metrics export (#18148)
  • fix(core): Only consider exception mechanism when updating session status from event with exceptions (#18137)
  • ref(browser): Remove truncation when not needed (#18051)
  • chore(build): Fix incorrect versions after merge (#18154)

Bundle size 📦

Path Size
@​sentry/browser 24.02 KB
@​sentry/browser - with treeshaking flags 22.54 KB
@​sentry/browser (incl. Tracing) 40.26 KB
@​sentry/browser (incl. Tracing, Profiling) 44.44 KB
@​sentry/browser (incl. Tracing, Replay) 77.83 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.75 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 82.41 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 94.3 KB
@​sentry/browser (incl. Feedback) 40.3 KB
@​sentry/browser (incl. sendFeedback) 28.58 KB
@​sentry/browser (incl. FeedbackAsync) 33.39 KB
@​sentry/react 25.66 KB
@​sentry/react (incl. Tracing) 42.17 KB
@​sentry/vue 28.39 KB
@​sentry/vue (incl. Tracing) 41.99 KB
@​sentry/svelte 24.03 KB
CDN Bundle 26.26 KB
CDN Bundle (incl. Tracing) 40.8 KB
CDN Bundle (incl. Tracing, Replay) 76.46 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 81.81 KB
CDN Bundle - uncompressed 76.99 KB
CDN Bundle (incl. Tracing) - uncompressed 121.03 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 234.35 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 246.81 KB
@​sentry/nextjs (client) 44.25 KB
@​sentry/sveltekit (client) 40.64 KB
@​sentry/node-core 49.57 KB
@​sentry/node 154.14 KB
@​sentry/node - without tracing 90.47 KB
@​sentry/aws-serverless 103.91 KB

... (truncated)

Changelog

Sourced from @​sentry/react's changelog.

10.25.0

  • feat(browser): Include Spotlight in development bundles (#18078)
  • feat(cloudflare): Add metrics exports (#18147)
  • feat(core): Truncate request string inputs in OpenAI integration (#18136)
  • feat(metrics): Add missing metric node exports (#18149)
  • feat(node): Add maxCacheKeyLength to Redis integration (remove truncation) (#18045)
  • feat(vercel-edge): Add metrics export (#18148)
  • fix(core): Only consider exception mechanism when updating session status from event with exceptions (#18137)
  • ref(browser): Remove truncation when not needed (#18051)
  • chore(build): Fix incorrect versions after merge (#18154)

10.24.0

Important Changes

  • feat(metrics): Add top level option enableMetrics and beforeSendMetric (#18088)

    This PR moves enableMetrics and beforeSendMetric out of the _experiments options. The metrics feature will now be enabled by default (none of our integrations will auto-emit metrics as of now), but you can disable sending metrics via enableMetrics: false. Metric options within _experiments got deprecated but will still work as of now, they will be removed with the next major version of our SDKs.

Other Changes

  • feat(aws): Add SENTRY_LAYER_EXTENSION to configure using the lambda layer extension via env variables (#18101)
  • feat(core): Include all exception object keys instead of truncating (#18044)
  • feat(metrics)!: Update types (#17907)
  • feat(replay): ignore background-image when blockAllMedia is enabled (#18019)
  • fix(nextjs): Delete css map files (#18131)
  • fix(nextjs): Stop accessing sync props in template (#18113)
  • chore: X handle update (#18117)
  • chore(eslint): Add eslint-plugin-regexp rule (dev-packages) (#18063)
  • test(next): fix flakey tests (#18100)
  • test(node-core): Proof that withMonitor doesn't create a new trace (#18057)

10.23.0

  • feat(core): Send user-agent header with envelope requests in server SDKs (#17929)
  • feat(browser): Limit transport buffer size (#18046)
  • feat(core): Remove default value of maxValueLength: 250 (#18043)

... (truncated)

Commits
  • d9cf9a4 release: 10.25.0
  • b08235b chore(e2e): Pin @embroider/addon-shim to 1.10.0 for the e2e ember-embroider...
  • dd75ae7 chore(test): Use correct testTimeout field in bundler-tests vitest config
  • d5a5009 Merge pull request #18166 from getsentry/prepare-release/10.25.0
  • a730d96 meta(changelog): Update changelog for 10.25.0
  • 76fef98 feat(metrics): Add missing metric node exports (#18149)
  • b03617a feat(vercel-edge): Add metrics export (#18148)
  • b3e65e0 feat(cloudflare): Add metrics exports (#18147)
  • c2a53e7 feat(core): Truncate request string inputs in OpenAI integration (#18136)
  • c236db3 chore(build): Fix incorrect versions after merge (#18154)
  • Additional commits viewable in compare view

Updates @sentry/release-parser from 1.3.1 to 1.4.0

Release notes

Sourced from @​sentry/release-parser's releases.

1.4.0

Various fixes & improvements

1.3.2

Various fixes & improvements

Changelog

Sourced from @​sentry/release-parser's changelog.

1.4.0

Various fixes & improvements

1.3.2

Various fixes & improvements

Commits
  • 97a639e release: 1.4.0
  • ccd0881 fix(releases): Add semver-1 feature flag for semver 1.0 API with cmp_preceden...
  • 59a5d88 chore: Upgrade yarn lockfile (#46)
  • 32a5e85 ci(gha): Update all actions (#47)
  • 2ab01cc Replace release bot with GH app (#45)
  • 82f9183 Merge branch 'release/1.3.2'
  • 4ae6f8b release: 1.3.2
  • 3ae7bcc fix: Return borrowed lifetime from all accessor methods (#43)
  • fc84ad7 build(deps): bump ansi-regex from 4.1.0 to 4.1.1 (#33)
  • 4cf98d5 Merge branch 'release/1.3.1'
  • See full diff in compare view

Updates @sentry/status-page-list from 0.2.0 to 0.6.1

Release notes

Sourced from @​sentry/status-page-list's releases.

0.6.1

0.6.0

  • feat: add bitbucket.org pointing to Atlassian statuspage (#41) from @​oioki

0.5.0

This release adds entries for Autodesk, Etsy, InfluxData, Loom, Miro, Monday.com, PlanetScale, Pleo, Ravelin, Render, Rippling, Squarespace, Twilio, and Vanta.

  • feat: Add new entries (#30)

0.4.0

This release adds entries for Jotform, Paubox, and SendGrid.

This release improves the entry for Vercel

  • feat: Add more entries (#27)

Thanks to @​houserx-jmcc for the suggestions on the new entries.

0.3.0

This release adds entries for Chief Tools, Hex, Laravel, Make, and Python.

Changelog

Sourced from @​sentry/status-page-list's changelog.

0.6.1

0.6.0

  • feat: add bitbucket.org pointing to Atlassian statuspage (#41) from @​oioki

0.5.0

This release adds entries for Autodesk, Etsy, InfluxData, Loom, Miro, Monday.com, PlanetScale, Pleo, Ravelin, Render, Rippling, Squarespace, Twilio, and Vanta.

  • feat: Add new entries (#30)

0.4.0

This release adds entries for Jotform, Paubox, and SendGrid.

This release improves the entry for Vercel

  • feat: Add more entries (#27)

Thanks to @​houserx-jmcc for the suggestions on the new entries.

0.3.0

This release adds entries for Chief Tools, Hex, Laravel, Make, and Python.

Commits

Updates @sentry/types from 8.12.0-beta.0 to 10.25.0

Release notes

Sourced from @​sentry/types's releases.

10.25.0

  • feat(browser): Include Spotlight in development bundles (#18078)
  • feat(cloudflare): Add metrics exports (#18147)
  • feat(core): Truncate request string inputs in OpenAI integration (#18136)
  • feat(metrics): Add missing metric node exports (#18149)
  • feat(node): Add maxCacheKeyLength to Redis integration (remove truncation) (#18045)
  • feat(vercel-edge): Add metrics export (#18148)
  • fix(core): Only consider exception mechanism when updating session status from event with exceptions (#18137)
  • ref(browser): Remove truncation when not needed (#18051)
  • chore(build): Fix incorrect versions after merge (#18154)

Bundle size 📦

Path Size
@​sentry/browser 24.02 KB
@​sentry/browser - with treeshaking flags 22.54 KB
@​sentry/browser (incl. Tracing) 40.26 KB
@​sentry/browser (incl. Tracing, Profiling) 44.44 KB
@​sentry/browser (incl. Tracing, Replay) 77.83 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.75 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 82.41 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 94.3 KB
@​sentry/browser (incl. Feedback) 40.3 KB
@​sentry/browser (incl. sendFeedback) 28.58 KB
@​sentry/browser (incl. FeedbackAsync) 33.39 KB
@​sentry/react 25.66 KB
@​sentry/react (incl. Tracing) 42.17 KB
@​sentry/vue 28.39 KB
@​sentry/vue (incl. Tracing) 41.99 KB
@​sentry/svelte 24.03 KB
CDN Bundle 26.26 KB
CDN Bundle (incl. Tracing) 40.8 KB
CDN Bundle (incl. Tracing, Replay) 76.46 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 81.81 KB
CDN Bundle - uncompressed 76.99 KB
CDN Bundle (incl. Tracing) - uncompressed 121.03 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 234.35 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 246.81 KB
@​sentry/nextjs (client) 44.25 KB
@​sentry/sveltekit (client) 40.64 KB
@​sentry/node-core 49.57 KB
@​sentry/node 154.14 KB
@​sentry/node - without tracing 90.47 KB
@​sentry/aws-serverless 103.91 KB

... (truncated)

Changelog

Sourced from

…th 10 updates

Bumps the sentry-dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@sentry/babel-plugin-component-annotate](https://github.com/getsentry/sentry-javascript-bundler-plugins) | `2.16.1` | `4.6.0` |
| [@sentry/core](https://github.com/getsentry/sentry-javascript) | `8.12.0-beta.0` | `10.25.0` |
| [@sentry/node](https://github.com/getsentry/sentry-javascript) | `8.12.0-beta.0` | `10.25.0` |
| [@sentry/react](https://github.com/getsentry/sentry-javascript) | `8.12.0-beta.0` | `10.25.0` |
| [@sentry/release-parser](https://github.com/getsentry/sentry-release-parser) | `1.3.1` | `1.4.0` |
| [@sentry/status-page-list](https://github.com/getsentry/status-page-list) | `0.2.0` | `0.6.1` |
| [@sentry/types](https://github.com/getsentry/sentry-javascript) | `8.12.0-beta.0` | `10.25.0` |
| [@sentry/utils](https://github.com/getsentry/sentry-javascript) | `8.12.0-beta.0` | `8.55.0` |
| [@sentry/jest-environment](https://github.com/billyvg/jest-sentry-environment) | `6.0.0` | `6.1.0` |
| [@sentry/profiling-node](https://github.com/getsentry/sentry-javascript) | `8.12.0-beta.0` | `10.25.0` |



Updates `@sentry/babel-plugin-component-annotate` from 2.16.1 to 4.6.0
- [Release notes](https://github.com/getsentry/sentry-javascript-bundler-plugins/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript-bundler-plugins@2.16.1...4.6.0)

Updates `@sentry/core` from 8.12.0-beta.0 to 10.25.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.12.0-beta.0...10.25.0)

Updates `@sentry/node` from 8.12.0-beta.0 to 10.25.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.12.0-beta.0...10.25.0)

Updates `@sentry/react` from 8.12.0-beta.0 to 10.25.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.12.0-beta.0...10.25.0)

Updates `@sentry/release-parser` from 1.3.1 to 1.4.0
- [Release notes](https://github.com/getsentry/sentry-release-parser/releases)
- [Changelog](https://github.com/getsentry/sentry-release-parser/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-release-parser@1.3.1...1.4.0)

Updates `@sentry/status-page-list` from 0.2.0 to 0.6.1
- [Release notes](https://github.com/getsentry/status-page-list/releases)
- [Changelog](https://github.com/getsentry/status-page-list/blob/main/CHANGELOG.md)
- [Commits](getsentry/status-page-list@0.2.0...0.6.1)

Updates `@sentry/types` from 8.12.0-beta.0 to 10.25.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.12.0-beta.0...10.25.0)

Updates `@sentry/utils` from 8.12.0-beta.0 to 8.55.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/8.55.0/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.12.0-beta.0...8.55.0)

Updates `@sentry/jest-environment` from 6.0.0 to 6.1.0
- [Commits](https://github.com/billyvg/jest-sentry-environment/commits)

Updates `@sentry/profiling-node` from 8.12.0-beta.0 to 10.25.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.12.0-beta.0...10.25.0)

---
updated-dependencies:
- dependency-name: "@sentry/babel-plugin-component-annotate"
  dependency-version: 4.6.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: sentry-dependencies
- dependency-name: "@sentry/core"
  dependency-version: 10.25.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: sentry-dependencies
- dependency-name: "@sentry/node"
  dependency-version: 10.25.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: sentry-dependencies
- dependency-name: "@sentry/react"
  dependency-version: 10.25.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: sentry-dependencies
- dependency-name: "@sentry/release-parser"
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sentry-dependencies
- dependency-name: "@sentry/status-page-list"
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sentry-dependencies
- dependency-name: "@sentry/types"
  dependency-version: 10.25.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: sentry-dependencies
- dependency-name: "@sentry/utils"
  dependency-version: 8.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sentry-dependencies
- dependency-name: "@sentry/jest-environment"
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sentry-dependencies
- dependency-name: "@sentry/profiling-node"
  dependency-version: 10.25.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: sentry-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 17, 2025
@drdavella
Copy link

Logo
Checkmarx One – Scan Summary & Detailsb181457f-e581-4c74-b7ff-e1b197caf845

Fixed Issues (7)

Great job! The following issues were fixed in this Pull Request

Severity Issue Source File / Package
CRITICAL Cxf6aa1604-c8c2 Npm-@sentry/browser-8.12.0-beta.0
HIGH CVE-2024-49767 Python-Werkzeug-3.0.3
HIGH CVE-2024-53899 Python-virtualenv-20.25.0
MEDIUM CVE-2024-21503 Python-black-22.10.0
MEDIUM CVE-2025-59682 Python-Django-5.2.6
LOW CVE-2024-49766 Python-Werkzeug-3.0.3
LOW Cx0630582a-95ed Npm-@sentry/node-8.12.0-beta.0

Use @Checkmarx to reach out to us for assistance.

Just send a PR comment with @Checkmarx followed by a natural language request.

Examples: @Checkmarx how are you able to help me? @Checkmarx rescan this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code Scope: Frontend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants