-
-
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: 9.23.0
head repository: getsentry/sentry-javascript
compare: 9.24.0
- 11 commits
- 115 files changed
- 8 contributors
Commits on May 28, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for e6a8594 - Browse repository at this point
Copy the full SHA e6a8594View commit details -
getsentry-bot committed
May 28, 2025 Configuration menu - View commit details
-
Copy full SHA for 3b06e0b - Browse repository at this point
Copy the full SHA 3b06e0bView commit details -
Merge pull request #16413 from getsentry/master
[Gitflow] Merge master into develop
Configuration menu - View commit details
-
Copy full SHA for b5c8344 - Browse repository at this point
Copy the full SHA b5c8344View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7116874 - Browse repository at this point
Copy the full SHA 7116874View commit details -
feat(core): Make sure Supabase db query insights are populated (#16169)
Co-authored-by: Onur Temizkan <onur@narval.co.uk>
Configuration menu - View commit details
-
Copy full SHA for ff7ab11 - Browse repository at this point
Copy the full SHA ff7ab11View commit details -
feat(angular): Bump
@sentry/angular
peer dependencies to add Angula…Configuration menu - View commit details
-
Copy full SHA for 81c2ff6 - Browse repository at this point
Copy the full SHA 81c2ff6View commit details
Commits on May 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 93b72ff - Browse repository at this point
Copy the full SHA 93b72ffView commit details -
test(remix): Run
tsc
before Remix E2E tests (#16345)Following up: #16336
Configuration menu - View commit details
-
Copy full SHA for d06b72b - Browse repository at this point
Copy the full SHA d06b72bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8f3f8f - Browse repository at this point
Copy the full SHA d8f3f8fView commit details
Commits on May 30, 2025
-
Merge pull request #16417 from getsentry/prepare-release/9.24.0
meta: Update changelog for 9.24.0
Configuration menu - View commit details
-
Copy full SHA for 3657c56 - Browse repository at this point
Copy the full SHA 3657c56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78cd42f - Browse repository at this point
Copy the full SHA 78cd42fView 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 9.23.0...9.24.0