Skip to content

meta: Update changelog for 9.24.0 #16417

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
May 30, 2025
Merged

meta: Update changelog for 9.24.0 #16417

merged 8 commits into from
May 30, 2025

Conversation

Lms24
Copy link
Member

@Lms24 Lms24 commented May 28, 2025

Let's get this out soon to unblock users wanting to upgrade to Angular 20.
Draft in case we want to add more to this release

RulaKhaled and others added 5 commits May 28, 2025 15:21
…#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
[Gitflow] Merge master into develop
…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
…r 20 support (#16414)

- bump peer dependencies of the Angular SDK
- bump the Angular 20 e2e test from the RC to the stable angular
versions

closes #16367
@Lms24 Lms24 marked this pull request as draft May 28, 2025 19:15
@AbhiPrasad AbhiPrasad force-pushed the prepare-release/9.24.0 branch from 6deb18d to d8f3f8f Compare May 29, 2025 20:20
@AbhiPrasad AbhiPrasad self-assigned this May 29, 2025
@AbhiPrasad AbhiPrasad changed the base branch from develop to master May 29, 2025 20:21
@AbhiPrasad AbhiPrasad marked this pull request as ready for review May 29, 2025 20:22
@Lms24 Lms24 merged commit 3657c56 into master May 30, 2025
32 checks passed
@Lms24 Lms24 deleted the prepare-release/9.24.0 branch May 30, 2025 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants