Skip to content

Commit d5c0f61

Browse files
sergicalclaude
andcommitted
chore(deps): Bump @sentry/nextjs and @sentry/browser to 10.65.0
Fixes docs traffic classification. The tracesSampler reads samplingContext.normalizedRequest to classify traffic (AI agent / bot / user) and sample accordingly, but @sentry/core did not populate normalizedRequest in the sampling context for root spans until 10.63.0 (getsentry/sentry-javascript#21833). On the previous 10.55.0 that field was always undefined, so all traffic was classified "unknown": agent traces under-sampled, bots not filtered, and docs.trace.sampled unable to segment. No code changes needed — the existing sampler works once the SDK populates the field. Also consolidates the previously split @sentry/core versions onto 10.65. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8d01c4f commit d5c0f61

2 files changed

Lines changed: 222 additions & 385 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"@radix-ui/react-tooltip": "^1.1.4",
6464
"@radix-ui/themes": "^3.1.3",
6565
"@sentry-internal/global-search": "^1.3.0",
66-
"@sentry/browser": "^10.53.1",
67-
"@sentry/nextjs": "^10.53.1",
66+
"@sentry/browser": "^10.65.0",
67+
"@sentry/nextjs": "^10.65.0",
6868
"@types/mdx": "^2.0.9",
6969
"algoliasearch": "^4.23.3",
7070
"classnames": "^2.5.1",

0 commit comments

Comments
 (0)