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: 8.46.0
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: 8.47.0
Choose a head ref
  • 9 commits
  • 93 files changed
  • 7 contributors

Commits on Dec 17, 2024

  1. Merge branch 'release/8.46.0' into v8

    getsentry-bot committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    e80eefe View commit details
    Browse the repository at this point in the history
  2. feat(core): Add updateSpanName helper function [v8] (#14736)

    Backport of #14291 to v8
    Lms24 authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    3a7743c View commit details
    Browse the repository at this point in the history
  3. feat(v8/node/deps): Bump @prisma/instrumentation from 5.19.1 to 5.22.0 (

    #14755)
    
    Backport of #14753:
    
    Bump
    [@prisma/instrumentation](https://github.com/prisma/prisma/tree/HEAD/packages/instrumentation)
    from 5.19.1 to 5.22.0.
    
    See https://github.com/prisma/prisma/releases/tag/5.22.0 for release
    notes.
    
    This is to take advantage of the following change in 5.22.0:
    
    > In our ongoing effort to stabilize the tracing Preview feature, we’ve
    made our spans compliant with OpenTelemetry Semantic Conventions for
    Database Client Calls. **This should lead to better compatibility with
    tools such as DataDog and Sentry** [emphasis added by me].
    
    There's also this change in
    [5.21.0](https://github.com/prisma/prisma/releases/tag/5.21.0):
    
    > The `tracing` Preview feature now has full support for MongoDB with
    previously missing functionality now implemented. This is a part of the
    ongoing effort to stabilize this Preview feature and release it in
    General Availability.
    
    The @dependabot PR for `@prisma/instrumentation` updates this to 6.0.0,
    which unfortunately drops Node.JS v18 support, so it isn't suitable for
    Sentry v8: #14624
    mydea authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    9c53d48 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. chore(docs): Add docs for how to publish a release for previous majors (

    #14740)
    
    Backporting the release docs for older branches.
    andreiborza authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    8e0db86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37fbd75 View commit details
    Browse the repository at this point in the history
  3. ref(v8/nextjs): Fix typo in source maps deletion warning (#14776)

    backport to `v8` of #14766
    
    ---------
    
    Co-authored-by: Max Malm <benjick@dumfan.net>
    Lms24 and benjick authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    b1d393e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8107512 View commit details
    Browse the repository at this point in the history
  5. meta: Update changelog for 8.47.0 (#14777)

    One more release before holidays to get out some v8-backported changes
    Lms24 authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    8a7b29e View commit details
    Browse the repository at this point in the history
  6. release: 8.47.0

    getsentry-bot committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    eac1a88 View commit details
    Browse the repository at this point in the history
Loading