-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: getsentry/sentry-javascript
base: 4d4bd30857ab10cd59eea98470ec18a3d586abd0
head repository: getsentry/sentry-javascript
compare: c6be611a19e0d8b56162f3cb70936d70c56abbb3
- 15 commits
- 78 files changed
- 2 contributors
Commits on Sep 9, 2025
-
feat(node): Add incoming request headers as OTel span attributes (#17475
) Extracting incoming request data to span attributes. It's a very long PR but most of it are test edits as the new http attributes are added to existing tests (otherwise, they would fail). Those are the most important changes: - add a function `httpHeadersToSpanAttributes` in core that is used for generating the attributes - adding extra logic in astro, bun, cloudflare, nextjs, remix and sveltekit (custom handler instrumentation) to include the attributes
⚠️ There is one test in Next.js that fails when turbopack is enabled (see [diff snippet](https://github.com/getsentry/sentry-javascript/pull/17475/files#diff-a2882f52b1398a7c6f987463b5d38c375edd391bff5665cb82257e2280c8ffeeR26-R30)). As turbopack for build is still beta (in version v15.5.0), this test is excluded for now. Issue: #17568 Closes #17452Configuration menu - View commit details
-
Copy full SHA for a820fa2 - Browse repository at this point
Copy the full SHA a820fa2View commit details -
feat(node-core): Bump @opentelemetry/core, @opentelemetry/context-asy…
…nc-hooks, @opentelemetry/resources, @opentelemetry/sdk-trace-base to 2.1.0 and @opentelemetry/semantic-conventions to 1.37.0
Configuration menu - View commit details
-
Copy full SHA for f8ab7ec - Browse repository at this point
Copy the full SHA f8ab7ecView commit details -
feat(node): Bump @opentelemetry/core, @opentelemetry/context-async-ho…
…oks, @opentelemetry/resources, @opentelemetry/sdk-trace-base to 2.1.0, @opentelemetry/instrumentation to 0.204.0 and @opentelemetry/semantic-conventions to 1.37.0
Configuration menu - View commit details
-
Copy full SHA for e22c870 - Browse repository at this point
Copy the full SHA e22c870View commit details -
feat(opentelemetry): Bump @opentelemetry/core, @opentelemetry/context…
…-async-hooks, @opentelemetry/resources, @opentelemetry/sdk-trace-base to 2.1.0 and @opentelemetry/semantic-conventions to 1.37.0
Configuration menu - View commit details
-
Copy full SHA for 30d748c - Browse repository at this point
Copy the full SHA 30d748cView commit details -
feat(aws-serverless): Bump @opentelemetry/instrumentation to 0.204.0 and
@opentelemetry/semantic-conventions to 1.37.0
Configuration menu - View commit details
-
Copy full SHA for bcf76a1 - Browse repository at this point
Copy the full SHA bcf76a1View commit details -
feat(nestjs): Bump @opentelemetry/core to 2.1.0, @opentelemetry/instr…
…umentation to 0.204.0 and @opentelemetry/semantic-convention to 1.37.0
Configuration menu - View commit details
-
Copy full SHA for cc79edc - Browse repository at this point
Copy the full SHA cc79edcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e9517c - Browse repository at this point
Copy the full SHA 2e9517cView commit details -
feat(react-router): Bump @opentelemetry/core to 2.1.0,
@opentelemetry/instrumentation to 0.204.0 and @opentelemetry/semantic-conventions to 1.37.0
Configuration menu - View commit details
-
Copy full SHA for 39c91d9 - Browse repository at this point
Copy the full SHA 39c91d9View commit details -
feat(remix): Bump @opentelemetry/instrumentation to 0.204.0 and
@opentelemetry/semantic-conventions to 1.37.0
Configuration menu - View commit details
-
Copy full SHA for 197a9e2 - Browse repository at this point
Copy the full SHA 197a9e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9f5d4a - Browse repository at this point
Copy the full SHA c9f5d4aView commit details -
feat(vercel-edge): Bump @opentelemetry/core, @opentelemetry/resources,
@opentelemetry/sdk-trace-base to 2.1.0 and @opentelemetry/semantic-conventions to 1.37.0
Configuration menu - View commit details
-
Copy full SHA for 22f4822 - Browse repository at this point
Copy the full SHA 22f4822View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e2d311 - Browse repository at this point
Copy the full SHA 8e2d311View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93b9e4c - Browse repository at this point
Copy the full SHA 93b9e4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e5cc7b - Browse repository at this point
Copy the full SHA 6e5cc7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6be611 - Browse repository at this point
Copy the full SHA c6be611View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4d4bd30857ab10cd59eea98470ec18a3d586abd0...c6be611a19e0d8b56162f3cb70936d70c56abbb3