Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getsentry/sentry-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4d4bd30857ab10cd59eea98470ec18a3d586abd0
Choose a base ref
...
head repository: getsentry/sentry-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c6be611a19e0d8b56162f3cb70936d70c56abbb3
Choose a head ref
  • 15 commits
  • 78 files changed
  • 2 contributors

Commits on Sep 9, 2025

  1. 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 #17452
    s1gr1d authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    a820fa2 View commit details
    Browse the repository at this point in the history
  2. 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
    andreiborza committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    f8ab7ec View commit details
    Browse the repository at this point in the history
  3. 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
    andreiborza committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    e22c870 View commit details
    Browse the repository at this point in the history
  4. 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
    andreiborza committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    30d748c View commit details
    Browse the repository at this point in the history
  5. feat(aws-serverless): Bump @opentelemetry/instrumentation to 0.204.0 and

    @opentelemetry/semantic-conventions to 1.37.0
    andreiborza committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    bcf76a1 View commit details
    Browse the repository at this point in the history
  6. feat(nestjs): Bump @opentelemetry/core to 2.1.0, @opentelemetry/instr…

    …umentation
    
    to 0.204.0 and @opentelemetry/semantic-convention to 1.37.0
    andreiborza committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    cc79edc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2e9517c View commit details
    Browse the repository at this point in the history
  8. feat(react-router): Bump @opentelemetry/core to 2.1.0,

    @opentelemetry/instrumentation to 0.204.0 and
    @opentelemetry/semantic-conventions to 1.37.0
    andreiborza committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    39c91d9 View commit details
    Browse the repository at this point in the history
  9. feat(remix): Bump @opentelemetry/instrumentation to 0.204.0 and

    @opentelemetry/semantic-conventions to 1.37.0
    andreiborza committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    197a9e2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c9f5d4a View commit details
    Browse the repository at this point in the history
  11. feat(vercel-edge): Bump @opentelemetry/core, @opentelemetry/resources,

    @opentelemetry/sdk-trace-base to 2.1.0 and @opentelemetry/semantic-conventions
    to 1.37.0
    andreiborza committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    22f4822 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8e2d311 View commit details
    Browse the repository at this point in the history
  13. Update lockfile

    andreiborza committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    93b9e4c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6e5cc7b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c6be611 View commit details
    Browse the repository at this point in the history
Loading