Skip to content

build(deps-dev): bump the sentry group across 1 directory with 2 updates - #7537

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/sentry-d4b94219b5
Open

build(deps-dev): bump the sentry group across 1 directory with 2 updates#7537
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/sentry-d4b94219b5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Copy link
Copy Markdown
Contributor

Bumps the sentry group with 2 updates in the / directory: @sentry/browser and @sentry/cli.

Updates @sentry/browser from 10.51.0 to 10.69.0

Release notes

Sourced from @​sentry/browser's releases.

10.69.0

Important Changes

  • feat(v10/cloudflare): Add instrumentAgentWithSentry for Cloudflare Agents (#22786)

The Cloudflare SDK adds a new instrumentAgentWithSentry API for Cloudflare Agents. It works like instrumentDurableObjectWithSentry for Agent classes from the agents SDK and additionally creates spans for @callable RPC methods and automatically sets the conversationId based on the agent's name. When building with the Sentry Vite plugin, Agents are instrumented automatically (#22788).

Other Changes

  • feat(v10/cloudflare): Add Spotlight integration for local dev event forwarding (#22796)
  • feat(v10/cloudflare): Add wranglerConfigPath to Vite options (#22803)
  • feat(v10/cloudflare): Filter framework-internal Durable Object storage spans (#22770)
  • feat(v10/cloudflare): Instrument Agents automatically (#22788)
  • feat(v10/cloudflare): Rotate agent conversation id on chat clear (#22787)
  • fix(v10/cloudflare): Also skip cf: prefixed DOs (#22802)
  • fix(v10/cloudflare): Filter CREATE INDEX spans on cf_-prefixed tables (#22767)
  • fix(v10/cloudflare): Prevent AI provider skips (#22771)
  • fix(v10/core): Summarize SQLite upserts so Durable Object cf_ spans stay filtered (#22766)
  • fix(v10/effect): Set sentry.origin on logs from SentryEffectLogger (#22806)
  • fix(v10/gatsby): Add React 19 to peer dependency range (#22675)
  • fix(v10/node): Unpin @apm-js-collab/code-transformer-bundler-plugins (#22678)
  • fix(v10/server-utils): Do not inject dc into client bundle (#22765)
  • test(v10/cloudflare): Pin mcp as agent depends on it (#22769)

Bundle size 📦

Path Size
@​sentry/browser 27.11 KB
@​sentry/browser - with treeshaking flags 25.59 KB
@​sentry/browser (incl. Tracing) 45.51 KB
@​sentry/browser (incl. Tracing + Span Streaming) 47.25 KB
@​sentry/browser (incl. Tracing, Profiling) 50.15 KB
@​sentry/browser (incl. Tracing, Replay) 83.84 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 73.71 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 88.44 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 100.79 KB
@​sentry/browser (incl. Feedback) 43.88 KB
@​sentry/browser (incl. sendFeedback) 31.79 KB
@​sentry/browser (incl. FeedbackAsync) 36.8 KB
@​sentry/browser (incl. Metrics) 28.17 KB
@​sentry/browser (incl. Logs) 28.39 KB
@​sentry/browser (incl. Metrics & Logs) 29.07 KB
@​sentry/react 28.87 KB

... (truncated)

Changelog

Sourced from @​sentry/browser's changelog.

10.69.0

Important Changes

  • feat(v10/cloudflare): Add instrumentAgentWithSentry for Cloudflare Agents (#22786)

The Cloudflare SDK adds a new instrumentAgentWithSentry API for Cloudflare Agents. It works like instrumentDurableObjectWithSentry for Agent classes from the agents SDK and additionally creates spans for @callable RPC methods and automatically sets the conversationId based on the agent's name. When building with the Sentry Vite plugin, Agents are instrumented automatically (#22788).

Other Changes

  • feat(v10/cloudflare): Add Spotlight integration for local dev event forwarding (#22796)
  • feat(v10/cloudflare): Add wranglerConfigPath to Vite options (#22803)
  • feat(v10/cloudflare): Filter framework-internal Durable Object storage spans (#22770)
  • feat(v10/cloudflare): Instrument Agents automatically (#22788)
  • feat(v10/cloudflare): Rotate agent conversation id on chat clear (#22787)
  • fix(v10/cloudflare): Also skip cf: prefixed DOs (#22802)
  • fix(v10/cloudflare): Filter CREATE INDEX spans on cf_-prefixed tables (#22767)
  • fix(v10/cloudflare): Prevent AI provider skips (#22771)
  • fix(v10/core): Summarize SQLite upserts so Durable Object cf_ spans stay filtered (#22766)
  • fix(v10/effect): Set sentry.origin on logs from SentryEffectLogger (#22806)
  • fix(v10/gatsby): Add React 19 to peer dependency range (#22675)
  • fix(v10/node): Unpin @apm-js-collab/code-transformer-bundler-plugins (#22678)
  • fix(v10/server-utils): Do not inject dc into client bundle (#22765)
  • test(v10/cloudflare): Pin mcp as agent depends on it (#22769)

10.68.0

  • feat(cloudflare): Add @​sentry/cloudflare/vite orchestrion plugin (#21967)
  • feat(nestjs): Support WebSocket errors in SentryGlobalFilter (#22224)
  • feat(node,server-utils): Set cache.key on dataloader spans and capture redis delete operations as cache.remove (#22389)
  • feat(server-utils): Allow integrations to be part of marker (#22094)
  • feat(server-utils): Migrate FirebaseInstrumentation to orchestrion (#22141)
  • feat(server-utils): Warn when bundler config has instrumented module in external (#22379)
  • feat(v10): Add http.route attribute to http.server spans with parameterized routes (#22564)
  • feat(v10): Add url.full and url.path to http.server spans (#22533)
  • feat(v10/cloudflare): Auto-instrument Durable Object classes (#22541)
  • feat(v10/cloudflare): Auto-instrument the worker entry with withSentry (#22540)
  • feat(v10/cloudflare): Auto-instrument WorkerEntrypoint classes (#22543)
  • feat(v10/cloudflare): Auto-instrument Workflow classes (#22542)
  • feat(v10/cloudflare): Read wrangler config and resolve the Sentry options module (#22538)
  • feat(v10/core): Add instrumentStateGraph API (#22491)
  • feat(v10/core): Add url.full attribute to core fetch instrumentation (#22436)
  • feat(v10/core): Support filtering stackFrameVariables by variable name (#22526)
  • feat(v10/react-router): Make instrumentation API the default (#22525)

... (truncated)

Commits
  • 417af5d release: 10.69.0
  • e7cf605 meta(changelog): Update changelog for 10.69.0 (#22807)
  • 7c5a00e fix(v10/effect): Set sentry.origin on logs from SentryEffectLogger (#22806)
  • df53214 feat(v10/cloudflare): Add wranglerConfigPath to Vite options (#22803)
  • e96e15e feat(v10/cloudflare): Add Spotlight integration for local dev event forwardin...
  • ea4a322 fix(v10/cloudflare): Also skip cf: prefixed DOs (#22802)
  • 6a84103 feat(v10/cloudflare): Instrument Agents automatically (#22788)
  • f0c3569 feat(v10/cloudflare): Rotate agent conversation id on chat clear (#22787)
  • 0516355 feat(v10/cloudflare): Add instrumentAgentWithSentry for Cloudflare Agents (#2...
  • d3a6e52 fix(v10/cloudflare): Filter CREATE INDEX spans on cf_-prefixed tables (#2...
  • Additional commits viewable in compare view

Updates @sentry/cli from 3.4.1 to 3.6.2

Release notes

Sourced from @​sentry/cli's releases.

3.6.2

Fixes

  • Do not combine a URL and non-embedded auth token from different configuration files. When configuration sources provide only one of these values, an existing value from another source may be ignored with a warning. Configure the URL and token in the same file or through CLI arguments and environment variables, which are treated as one runtime source. This change does not alter parent-config discovery or how other configuration keys are selected (#3378).

3.6.2-snapshot.20260722.cf9235e

Snapshot build from master at cf9235e.

3.6.2-snapshot.20260721.5378ef2

Snapshot build from master at 5378ef2.

3.6.2-snapshot.20260721.8b2b4fa

Snapshot build from master at 8b2b4fa.

3.6.2-snapshot.20260721.deb7ef2

Snapshot build from master at deb7ef2.

3.6.2-snapshot.20260721.bcfdfa2

Snapshot build from master at bcfdfa2.

3.6.2-snapshot.20260720.8eb1661

Snapshot build from master at 8eb1661.

3.6.2-snapshot.20260720.e9ec88b

Snapshot build from master at e9ec88b.

3.6.1

Fixes

  • (sourcemaps) Prevent Debug ID collisions between distinct JS files that share identical sourcemaps by hashing both the JS and sourcemap bytes when injecting Debug IDs (#3356)

3.6.1-snapshot.20260717.0718e61

Snapshot build from master at 0718e61.

3.6.1-snapshot.20260717.28f7c1f

Snapshot build from master at 28f7c1f.

3.6.1-snapshot.20260717.ecb5dd0

Snapshot build from master at ecb5dd0.

3.6.1-snapshot.20260717.ec650c1

Snapshot build from master at ec650c1.

3.6.1-snapshot.20260707.1bf4117

Snapshot build from master at 1bf4117.

3.6.1-snapshot.20260707.f19f288

Snapshot build from master at f19f288.

3.6.1-snapshot.20260707.ee8a2dd

... (truncated)

Changelog

Sourced from @​sentry/cli's changelog.

3.6.2

Fixes

  • Do not combine a URL and non-embedded auth token from different configuration files. When configuration sources provide only one of these values, an existing value from another source may be ignored with a warning. Configure the URL and token in the same file or through CLI arguments and environment variables, which are treated as one runtime source. This change does not alter parent-config discovery or how other configuration keys are selected (#3378).

3.6.1

Fixes

  • (sourcemaps) Prevent Debug ID collisions between distinct JS files that share identical sourcemaps by hashing both the JS and sourcemap bytes when injecting Debug IDs (#3356)

3.6.0

Features

  • (snapshots) Compress preprod snapshot manifest with zstd (#3336)

Fixes

  • (snapshots) Update snapshots download to use the new archive endpoint, triggering the archive build and polling until it is ready before downloading (#3344)
  • (snapshots) Show a clear "project was renamed" error instead of a cryptic JSON parse failure when uploading to a renamed project slug (#3341)
  • Fix update nagger never showing when a newer version is available (#3347)

3.5.1

Internal Changes 🔧

Deps

Other

3.5.0

Features

  • (snapshots) Add snapshots diff command for locally comparing directories of PNG snapshot images using odiff (#3306)
  • (snapshots) Add snapshots download command for downloading baseline snapshot images from Sentry (#3310)
  • (snapshots) Add --all-image-file-names and --all-image-file-names-file flags to snapshots upload for detecting image removals and renames in selective builds (#3312)
  • Add PE DWARF companion support (#3240)

... (truncated)

Commits
  • 24cb9ea release: 3.6.2
  • cf9235e fix: Ensure URL and Auth Token come from same source (#3378)
  • 5378ef2 chore: Update packages to remove vulnerabilities (#3376)
  • bcfdfa2 chore(deps-dev): bump tar from 7.5.16 to 7.5.20 (#3375)
  • 8b2b4fa chore(deps-dev): bump shell-quote from 1.8.4 to 1.10.0 (#3374)
  • deb7ef2 build: Update crossbeam-epoch (#3373)
  • e9ec88b build(npm): 🤖 Bump optional dependencies to 3.6.1
  • 8eb1661 Merge branch 'release/3.6.1'
  • b2d322a release: 3.6.1
  • 308c9ad chore(deps): bump actions/create-github-app-token from 3.1.1 to 3.2.0 (#3366)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 18, 2026
@dependabot dependabot Bot changed the title build(deps-dev): bump the sentry group with 2 updates build(deps-dev): bump the sentry group across 1 directory with 2 updates May 25, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry-d4b94219b5 branch from c1d5116 to dbe3751 Compare May 25, 2026 15:29
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry-d4b94219b5 branch from dbe3751 to d30b753 Compare June 2, 2026 05:37
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry-d4b94219b5 branch from d30b753 to 2f79651 Compare July 6, 2026 10:04
Bumps the sentry group with 2 updates in the / directory: [@sentry/browser](https://github.com/getsentry/sentry-javascript) and [@sentry/cli](https://github.com/getsentry/sentry-cli).


Updates `@sentry/browser` from 10.51.0 to 10.69.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/10.69.0/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@10.51.0...10.69.0)

Updates `@sentry/cli` from 3.4.1 to 3.6.2
- [Release notes](https://github.com/getsentry/sentry-cli/releases)
- [Changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-cli@3.4.1...3.6.2)

---
updated-dependencies:
- dependency-name: "@sentry/browser"
  dependency-version: 10.53.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sentry
- dependency-name: "@sentry/cli"
  dependency-version: 3.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: sentry
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry-d4b94219b5 branch from 2f79651 to 20c56fc Compare August 3, 2026 10:04
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants