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: 7.112.1
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: 7.112.2
Choose a head ref
  • 4 commits
  • 50 files changed
  • 3 contributors

Commits on Apr 23, 2024

  1. Merge branch 'release/7.112.1' into v7

    getsentry-bot committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    cfaa9be View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. fix(nextjs|sveltekit/v7): Ensure we can pass `browserTracingIntegrati…

    …on` (#11765)
    
    Turns out the logic to get the options was not correct, because we used
    the `options` that the integration exposes, but this has
    `instrumentPageload: false` & `instrumentNavigation: false` because we
    did not "fix" the `options` we expose on the integration. This was not
    caught by the tests, because it only happens if passing the
    `browserTracingIntegration` from `@sentry/nextjs` or
    `@sentry/sveltekit`, not when passing the "original" one (which we had
    tests for).
    
    Really fixes #11627
    mydea authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5d045eb View commit details
    Browse the repository at this point in the history
  2. meta(changelog): Update changelog for v7.112.2 (#11768)

    Getting another fix out...
    mydea authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    afaa3e4 View commit details
    Browse the repository at this point in the history
  3. release: 7.112.2

    getsentry-bot committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    b6fd7e8 View commit details
    Browse the repository at this point in the history
Loading