Skip to content

chore(deps): bump the tracking-deps group across 1 directory with 3 updates - #27

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tracking-deps-3a26ceed93
Open

chore(deps): bump the tracking-deps group across 1 directory with 3 updates#27
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tracking-deps-3a26ceed93

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the tracking-deps group with 3 updates in the / directory: @amplitude/analytics-browser, @amplitude/analytics-node and @sentry/nextjs.

Updates @amplitude/analytics-browser from 2.44.1 to 2.45.8

Release notes

Sourced from @​amplitude/analytics-browser's releases.

@​amplitude/analytics-browser@​2.45.8

2.45.8 (2026-08-27)

Note: Version bump only for package @​amplitude/analytics-browser

@​amplitude/analytics-browser@​2.45.7

2.45.7 (2026-08-24)

Bug Fixes

  • analytics-browser: tolerate nullish querySelectorAll in mutation observers (#1919) (1b7b929)

@​amplitude/analytics-browser@​2.45.6

2.45.6 (2026-08-12)

Bug Fixes

  • deps: remediate Semgrep supply chain findings (#1921) (e131df0)

@​amplitude/analytics-browser@​2.45.5

2.45.5 (2026-07-28)

Note: Version bump only for package @​amplitude/analytics-browser

Commits
  • 37f96fc chore(release): publish
  • 3ac99c3 feat(session-replay-browser): expose start and stop recording APIs (#1949)
  • 3c74096 feat(session-replay-react-native): drop SessionReplayPlugin from public expor...
  • 8192e07 chore(segment-session-replay-plugin-react-native): make package publishable v...
  • 83cae0c fix(session-replay-react-native): export LogLevel from package entry (#1959)
  • 6fa34e9 feat(plugin-autocapture-browser): add shadow to hierarchy (#1937)
  • e0fa402 fix(autocapture): exposure snapshot (#1948)
  • 6c2d5c2 feat(zoning): add support for shadow dom (#1922)
  • 826e038 feat(plugin-experiment-react-native): add React Native Experiment plugin (#1944)
  • f831aba feat(session-replay-react-native): add teardown and runtime opt-out (#1951)
  • Additional commits viewable in compare view

Updates @amplitude/analytics-node from 1.5.60 to 1.5.71

Release notes

Sourced from @​amplitude/analytics-node's releases.

@​amplitude/analytics-node@​1.5.71

1.5.71 (2026-08-24)

Note: Version bump only for package @​amplitude/analytics-node

@​amplitude/analytics-node@​1.5.70

1.5.70 (2026-08-12)

Bug Fixes

  • analytics-node: add a request timeout to the HTTP transport (#1923) (fa799ea)

@​amplitude/analytics-node@​1.5.69

1.5.69 (2026-07-28)

Note: Version bump only for package @​amplitude/analytics-node

Commits
  • 8dbd5b1 chore(release): publish
  • 0807d88 fix(autocapture): prevent scroll gestures from triggering dead clicks (#1941)
  • 6deb062 feat(session-replay-react-native): remove deprecated APIs (#1950)
  • ab11585 test: Rn diagnostics client harness test (#1942)
  • 8d150ce feat(analytics-react-native): add diagnostics client (#1939)
  • ea730d4 refactor: remove and replace analytics-client-common (#1905)
  • 8fa69bb chore: upgrade expo-app to work iOS 13 (#1940)
  • 1b7b929 fix(analytics-browser): tolerate nullish querySelectorAll in mutation observe...
  • 744a2fa chore(release): publish
  • f82e521 fix(build): use @​babel/preset-env in snippet build scripts (#1933)
  • Additional commits viewable in compare view

Updates @sentry/nextjs from 10.57.0 to 10.73.0

Release notes

Sourced from @​sentry/nextjs's releases.

10.73.0

Important Changes

  • feat(v10/nextjs): Add @sentry/nextjs/config entry point (#23766)

    withSentryConfig is now available from @sentry/nextjs/config, the path it moves to in v11. Importing it from @sentry/nextjs still works on v10 but logs a warning once, so you can change your next.config file today and upgrade to v11 without touching it again.

    // next.config.mjs
    - import { withSentryConfig } from '@sentry/nextjs';
    + import { withSentryConfig } from '@sentry/nextjs/config';

Other Changes

  • feat(v10/node): Deprecate shouldHandleError on setupExpressErrorHandler and setupFasitfyErrorHandler (#23734)
  • fix(v10/cloudflare): Instrument Durable Object handlers installed as read-only properties (#23769)
  • test(v10/nextjs): Drop nextjs-16-cf-workers canary variant (#23775)

Bundle size 📦

Path Size
@​sentry/browser 27.1 KB
@​sentry/browser - with treeshaking flags 25.58 KB
@​sentry/browser (incl. Tracing) 45.54 KB
@​sentry/browser (incl. Tracing + Span Streaming) 47.28 KB
@​sentry/browser (incl. Tracing, Profiling) 50.17 KB
@​sentry/browser (incl. Tracing, Replay) 83.87 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 73.74 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 88.49 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 100.83 KB
@​sentry/browser (incl. Feedback) 43.87 KB
@​sentry/browser (incl. sendFeedback) 31.78 KB
@​sentry/browser (incl. FeedbackAsync) 36.79 KB
@​sentry/browser (incl. Metrics) 28.16 KB
@​sentry/browser (incl. Logs) 28.38 KB
@​sentry/browser (incl. Metrics & Logs) 29.06 KB
@​sentry/react 28.86 KB
@​sentry/react (incl. Tracing) 47.74 KB
@​sentry/vue 32.4 KB
@​sentry/vue (incl. Tracing) 47.46 KB
@​sentry/svelte 27.12 KB
CDN Bundle 29.43 KB

... (truncated)

Changelog

Sourced from @​sentry/nextjs's changelog.

10.73.0

Important Changes

  • feat(v10/nextjs): Add @sentry/nextjs/config entry point (#23766)

    withSentryConfig is now available from @sentry/nextjs/config, the path it moves to in v11. Importing it from @sentry/nextjs still works on v10 but logs a warning once, so you can change your next.config file today and upgrade to v11 without touching it again.

    // next.config.mjs
    - import { withSentryConfig } from '@sentry/nextjs';
    + import { withSentryConfig } from '@sentry/nextjs/config';

Other Changes

  • feat(v10/node): Deprecate shouldHandleError on setupExpressErrorHandler and setupFasitfyErrorHandler (#23734)
  • fix(v10/cloudflare): Instrument Durable Object handlers installed as read-only properties (#23769)
  • test(v10/nextjs): Drop nextjs-16-cf-workers canary variant (#23775)

10.72.0

Important Changes

  • AI integrations no longer report errors that propagate to the caller (#23638, #23639, #23640)

    Across all AI integrations (OpenAI, Anthropic, Google GenAI, LangChain, and LangGraph), the SDK no longer sends an event to Sentry for errors that the AI framework propagates to your code. Previously the instrumentation reported these as unhandled (handled: false) before your own error handling ran, so an error your code caught still showed up in Sentry as an unhandled crash. The span is still marked as errored and the error still propagates, so reporting is left to your application: if your code does not handle the error, it reaches Sentry's global error handlers and is captured as unhandled, just like any other uncaught error. Errors that a provider surfaces as data on an otherwise successful response (such as Anthropic error-shaped responses or Google GenAI blocked content) are still captured, since your code never sees them propagate.

  • feat(v10/cloudflare): Add rpcTracePropagationBindings (#23737, #23738)

    The new rpcTracePropagationBindings option names the env bindings that outgoing RPC calls propagate trace context to. Strings match a binding name exactly, regular expressions match by pattern, and the default empty array propagates to nothing. RPC has no headers to carry trace context, so the SDK appends it as a trailing argument that only a Sentry-instrumented receiver removes again. List only the bindings whose receiver you know runs Sentry. Setting the option takes precedence over enableRpcTracePropagation, which is now deprecated. When you build with the Sentry Cloudflare Vite plugin, the bindings that resolve to this worker (its own Durable Objects and self service bindings) are derived from your wrangler config and added for you.

Other Changes

  • fix(v10/astro): support astro v7 route patterns properly (#23657)
  • fix(v10/bundler-plugins): Preserve full file path in component annotation source maps (#23595)
  • fix(v10/core): Store child span timeout handle in _childSpanTimeoutID (#23673)
  • fix(v10/node): Only end the process session when it is still ok (#23731)
  • fix(v10/react-router): Use react-router's own instrumentation types instead of a mirrored copy (#23589)
  • fix(v10/replay): Suppress Worker destroyed error on session expiry (#23654)
  • fix(v10/server-utils): Keep orchestrion registration out of tree-shaking (#23591)
  • fix(v10/server-utils): Stop shipping orchestrion bundler plugins as production dependencies (#23667)
  • fix(v10/server-utils): Support openai v7 in auto-instrumentation (#23713)
  • fix(v10/sveltekit): Detect native tracing in flattened SvelteKit 3 config (#23656)

... (truncated)

Commits
  • f109d92 release: 10.73.0
  • 1a3e04e meta(changelog): Update changelog for 10.73.0 (#23778)
  • da8d769 test(v10/nextjs): Drop nextjs-16-cf-workers canary variant (#23775)
  • bea4d38 feat(v10/node): Deprecate shouldHandleError on setupExpressErrorHandler a...
  • 605caaf feat(v10/nextjs): Add @sentry/nextjs/config entry point (#23766)
  • da17307 fix(v10/cloudflare): Instrument Durable Object handlers installed as read-onl...
  • 2c4ca38 Merge branch 'release/10.72.0' into v10
  • 0d23628 release: 10.72.0
  • ac2094d meta(changelog): Update changelog for 10.72.0 (#23743)
  • f325434 feat(v10/cloudflare): Derive rpcTracePropagationBindings from the wrangler co...
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 21, 2026
@vercel

vercel Bot commented Jul 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
good-wallet-v2 Ignored Ignored Preview Aug 4, 2026 10:46am

Request Review

@dependabot dependabot Bot changed the title Bump the tracking-deps group with 3 updates Bump the tracking-deps group across 1 directory with 3 updates Jul 28, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/tracking-deps-3a26ceed93 branch 4 times, most recently from b6691cd to 180d3d3 Compare August 4, 2026 10:46
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/tracking-deps-3a26ceed93 branch from 180d3d3 to 1f9a09d Compare August 5, 2026 15:40
@dependabot dependabot Bot changed the title Bump the tracking-deps group across 1 directory with 3 updates chore(deps): bump the tracking-deps group across 1 directory with 3 updates Aug 5, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/tracking-deps-3a26ceed93 branch 13 times, most recently from e824d76 to fe55a8c Compare August 12, 2026 18:04
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/tracking-deps-3a26ceed93 branch 2 times, most recently from 7bf1321 to aed3ba8 Compare August 17, 2026 18:29
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/tracking-deps-3a26ceed93 branch from aed3ba8 to b9592a2 Compare August 25, 2026 10:49
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/tracking-deps-3a26ceed93 branch from b9592a2 to 539d191 Compare September 1, 2026 10:51
…pdates

Bumps the tracking-deps group with 3 updates in the / directory: [@amplitude/analytics-browser](https://github.com/amplitude/Amplitude-TypeScript), [@amplitude/analytics-node](https://github.com/amplitude/Amplitude-TypeScript) and [@sentry/nextjs](https://github.com/getsentry/sentry-javascript).


Updates `@amplitude/analytics-browser` from 2.44.1 to 2.45.8
- [Release notes](https://github.com/amplitude/Amplitude-TypeScript/releases)
- [Commits](https://github.com/amplitude/Amplitude-TypeScript/compare/@amplitude/analytics-browser@2.44.1...@amplitude/analytics-browser@2.45.8)

Updates `@amplitude/analytics-node` from 1.5.60 to 1.5.71
- [Release notes](https://github.com/amplitude/Amplitude-TypeScript/releases)
- [Commits](https://github.com/amplitude/Amplitude-TypeScript/compare/@amplitude/analytics-node@1.5.60...@amplitude/analytics-node@1.5.71)

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

---
updated-dependencies:
- dependency-name: "@amplitude/analytics-browser"
  dependency-version: 2.45.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tracking-deps
- dependency-name: "@amplitude/analytics-node"
  dependency-version: 1.5.67
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tracking-deps
- dependency-name: "@sentry/nextjs"
  dependency-version: 10.67.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tracking-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/tracking-deps-3a26ceed93 branch from 539d191 to a37fb74 Compare September 8, 2026 10:47
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