Skip to content

chore(deps): bump the sentry group with 2 updates#5

Merged
blackphoenix42 merged 1 commit intomasterfrom
dependabot/npm_and_yarn/sentry-f6f4b20cca
Sep 6, 2025
Merged

chore(deps): bump the sentry group with 2 updates#5
blackphoenix42 merged 1 commit intomasterfrom
dependabot/npm_and_yarn/sentry-f6f4b20cca

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2025

Bumps the sentry group with 2 updates: @sentry/react and @sentry/vite-plugin.

Updates @sentry/react from 10.8.0 to 10.10.0

Release notes

Sourced from @​sentry/react's releases.

10.10.0

Important Changes

  • feat(browser): Add support for propagateTraceparent SDK option (#17509)

Adds support for a new browser SDK init option, propagateTraceparent for attaching a W3C compliant traceparent header to outgoing fetch and XHR requests, in addition to sentry-trace and baggage headers. More details can be found here.

  • feat(core): Add tool calls attributes for Anthropic AI (#17478)

Adds missing tool call attributes, we add gen_ai.response.tool_calls attribute for Anthropic AI, supporting both streaming and non-streaming requests.

  • feat(nextjs): Use compiler hook for uploading turbopack sourcemaps (#17352)

Adds a new experimental flag _experimental.useRunAfterProductionCompileHook to withSentryConfig for automatic source maps uploads when building a Next.js app with next build --turbopack. When set we:

  • Automatically enable source map generation for turbopack client files (if not explicitly disabled)
  • Upload generated source maps to Sentry at the end of the build by leveraging a Next.js compiler hook.

Other Changes

  • feat(feedback): Add more labels so people can configure Highlight and Hide labels (#17513)
  • fix(node): Add origin for OpenAI spans & test auto instrumentation (#17519)

Bundle size 📦

Path Size
@​sentry/browser 23.59 KB
@​sentry/browser - with treeshaking flags 22.2 KB
@​sentry/browser (incl. Tracing) 39.19 KB
@​sentry/browser (incl. Tracing, Replay) 76.63 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.64 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 81.2 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 93.13 KB
@​sentry/browser (incl. Feedback) 39.93 KB
@​sentry/browser (incl. sendFeedback) 28.13 KB
@​sentry/browser (incl. FeedbackAsync) 32.96 KB
@​sentry/react 25.27 KB
@​sentry/react (incl. Tracing) 41.11 KB
@​sentry/vue 27.97 KB
@​sentry/vue (incl. Tracing) 40.95 KB
@​sentry/svelte 23.62 KB
CDN Bundle 25.14 KB
CDN Bundle (incl. Tracing) 39.05 KB
CDN Bundle (incl. Tracing, Replay) 74.48 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 79.82 KB
CDN Bundle - uncompressed 73.4 KB
CDN Bundle (incl. Tracing) - uncompressed 115.49 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 227.88 KB

... (truncated)

Changelog

Sourced from @​sentry/react's changelog.

10.10.0

Important Changes

  • feat(browser): Add support for propagateTraceparent SDK option (#17509)

Adds support for a new browser SDK init option, propagateTraceparent for attaching a W3C compliant traceparent header to outgoing fetch and XHR requests, in addition to sentry-trace and baggage headers. More details can be found here.

  • feat(core): Add tool calls attributes for Anthropic AI (#17478)

Adds missing tool call attributes, we add gen_ai.response.tool_calls attribute for Anthropic AI, supporting both streaming and non-streaming requests.

  • feat(nextjs): Use compiler hook for uploading turbopack sourcemaps (#17352)

Adds a new experimental flag _experimental.useRunAfterProductionCompileHook to withSentryConfig for automatic source maps uploads when building a Next.js app with next build --turbopack. When set we:

  • Automatically enable source map generation for turbopack client files (if not explicitly disabled)
  • Upload generated source maps to Sentry at the end of the build by leveraging a Next.js compiler hook.

Other Changes

  • feat(feedback): Add more labels so people can configure Highlight and Hide labels (#17513)
  • fix(node): Add origin for OpenAI spans & test auto instrumentation (#17519)

10.9.0

Important Changes

  • feat(node): Update httpIntegration handling of incoming requests (#17371)

This version updates the handling of the Node SDK of incoming requests. Instead of relying on @​opentelemetry/instrumentation-http, we now handle incoming request instrumentation internally, ensuring that we can optimize performance as much as possible and avoid interop problems.

This change should not affect you, unless you're relying on very in-depth implementation details. Importantly, this also drops the _experimentalConfig option of the integration - this will no longer do anything. Finally, you can still pass instrumentation.{requestHook,responseHook,applyCustomAttributesOnSpan} options, but they are deprecated and will be removed in v11. Instead, you can use the new incomingRequestSpanHook configuration option if you want to adjust the incoming request span.

Other Changes

  • feat(browser): Add replay.feedback CDN bundle (#17496)
  • feat(browser): Export sendFeedback from CDN bundles (#17495)
  • fix(astro): Ensure span name from beforeStartSpan isn't overwritten (#17500)
  • fix(browser): Ensure source is set correctly when updating span name in-place in beforeStartSpan (#17501)
  • fix(core): Only set template attributes on logs if parameters exist (#17480)
  • fix(nextjs): Fix parameterization for root catchall routes (#17489)
  • fix(node-core): Shut down OTel TraceProvider when calling Sentry.close() (#17499)
  • chore: Add changelog script back to package.json (#17517)

... (truncated)

Commits
  • 60bae8a release: 10.10.0
  • e13b3aa Merge pull request #17530 from getsentry/prepare-release/10.10.0
  • 22c7722 meta(changelog): Update changelog for 10.10.0
  • 9e70a5a feat(core): Add tool calls attributes for Anthropic AI (#17478)
  • 9a37660 feat(nextjs): Use compiler hook for uploading turbopack sourcemaps (#17352)
  • 3c048c3 feat(browser): Add support for propagateTraceparent SDK option (#17509)
  • 47d213b Merge pull request #17521 from getsentry/master
  • 64e486d feat(feedback): Add more labels so people can configure Highlight and Hide la...
  • e647ba1 fix(node): Add origin for OpenAI spans & test auto instrumentation (#17519)
  • e1d034f Merge branch 'release/10.9.0'
  • Additional commits viewable in compare view

Updates @sentry/vite-plugin from 4.2.0 to 4.3.0

Release notes

Sourced from @​sentry/vite-plugin's releases.

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)
Changelog

Sourced from @​sentry/vite-plugin's changelog.

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)
Commits
  • 7c9ffdf release: 4.3.0
  • 442d7c4 meta: Add changelog entry for 4.3.0 (#802)
  • ed990c9 feat(core): Extend deploy option to allow opting out of automatic deploy crea...
  • 07c25ce feat(core): No asset globbing for direct upload (#800)
  • be45621 Merge branch 'release/4.2.0'
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the sentry group with 2 updates: [@sentry/react](https://github.com/getsentry/sentry-javascript) and [@sentry/vite-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins).


Updates `@sentry/react` from 10.8.0 to 10.10.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@10.8.0...10.10.0)

Updates `@sentry/vite-plugin` from 4.2.0 to 4.3.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@4.2.0...4.3.0)

---
updated-dependencies:
- dependency-name: "@sentry/react"
  dependency-version: 10.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sentry
- dependency-name: "@sentry/vite-plugin"
  dependency-version: 4.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sentry
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 5, 2025

Labels

The following labels could not be found: bot:dependabot, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@blackphoenix42 blackphoenix42 merged commit 759f2a0 into master Sep 6, 2025
1 of 7 checks passed
@blackphoenix42 blackphoenix42 deleted the dependabot/npm_and_yarn/sentry-f6f4b20cca branch September 6, 2025 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant