10000 Comparing 9.23.0...9.24.0 · getsentry/sentry-javascript · GitHub
[go: up one dir, main page]

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: 9.23.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: 9.24.0
Choose a head ref
  • 11 commits
  • 115 files changed
  • 8 contributors

Commits on May 28, 2025

  1. test(react-router): Add e2e tests for react router framework SPA mode (

    …#16390)
    
    Adding e2e tests for SPA mode for react router framework. It was
    confirmed that navigation and client pageload instrumentations work.
    
    closes getsentry/sentry-docs#13856
    RulaKhaled authored May 28, 2025
    Configuration menu
    Copy the full SHA
    e6a8594 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/9.23.0'

    getsentry-bot committed May 28, 2025
    Configuration menu
    Copy the full SHA
    3b06e0b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16413 from getsentry/master

    [Gitflow] Merge master into develop
    github-actions[bot] authored May 28, 2025
    Configuration menu
    Copy the full SHA
    b5c8344 View commit details
    Browse the repository at this point in the history
  4. feat(browser): Add unregisterOriginalCallbacks option to `browserAp…

    …iErrorsIntegration` (#16412)
    
    This patch adds an option to fix a very unfortunate, effective double
    invocation of callbacks on objects inheriting from our
    `EventTarget.addEventListener` instrumentation (to be found in
    `browserApiErrorsIntegration`.
    
    Affected users can switch on the new option and doing so will 
    make our instrumentation of `addEventListener` also call
    `removeEventListener` on for the original callback. Applied to the
    example above, it will essentially restore the idempotency of
    `addEventListener`. At the same time, it feels very risky to do this so
    for the time being, we'll keep this (and document it as) opt-in.
    
    Usage:
    
    ```js
    Sentry.init({
      // ...
      integrations: [
        Sentry.browserApiErrorsIntegration({
          unregisterOriginalCallbacks: true,
        }),
      ],
    });
    ```
    
    Docs PR: getsentry/sentry-docs#13859
    
    fixes #16398
    Lms24 authored May 28, 2025
    Configuration menu
    Copy the full SHA
    7116874 View commit details
    Browse the repository at this point in the history
  5. feat(core): Make sure Supabase db query insights are populated (#16169)

    Co-authored-by: Onur Temizkan <onur@narval.co.uk>
    smeubank and onurtemizkan authored May 28, 2025
    Configuration menu
    Copy the full SHA
    ff7ab11 View commit details
    Browse the repository at this point in the history
  6. feat(angular): Bump @sentry/angular peer dependencies to add Angula…

    …r 20 support (#16414)
    
    - bump peer dependencies of the Angular SDK
    - 
    10000
    bump the Angular 20 e2e test from the RC to the stable angular
    versions
    
    closes #16367
    Lms24 authored May 28, 2025
    Configuration menu
    Copy the full SHA
    81c2ff6 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

  1. Configuration menu
    Copy the full SHA
    93b72ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d06b72b View commit details
    Browse the repository at this point in the history
  3. meta: Update changelog for 9.24.0

    Lms24 authored and AbhiPrasad committed May 29, 2025
    Configuration menu
    Copy the full SHA
    d8f3f8f View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. Merge pull request #16417 from getsentry/prepare-release/9.24.0

    meta: Update changelog for 9.24.0
    Lms24 authored May 30, 2025
    Configuration menu
    Copy the full SHA
    3657c56 View commit details
    Browse the repository at this point in the history
  2. release: 9.24.0

    getsentry-bot committed May 30, 2025
    Configuration menu
    Copy the full SHA
    78cd42f View commit details
    Browse the repository at this point in the history
Loading
0