Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Sep 2, 2024
1 parent 089e10f commit 949bc27
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

### Dependencies

- Bump JavaScript SDK from v8.9.2 to v8.25.0 ([#710](https://github.com/getsentry/sentry-capacitor/pull/710))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/8.25.0/CHANGELOG.md)
- [diff](https://github.com/getsentry/sentry-javascript/compare/8.9.2...8.25.0)
- Bump JavaScript SDK from v8.9.2 to v8.27.0 ([#720](https://github.com/getsentry/sentry-capacitor/pull/720))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/8.27.0/CHANGELOG.md)
- [diff](https://github.com/getsentry/sentry-javascript/compare/8.9.2...8.27.0)
- Bump Android SDK from v7.6.0 to v7.14.0 ([#705](https://github.com/getsentry/sentry-capacitor/pull/705), [#711](https://github.com/getsentry/sentry-capacitor/pull/711))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7140)
- [diff](https://github.com/getsentry/sentry-java/compare/7.6.0...7.14.0)
Expand All @@ -23,8 +23,8 @@
- `enableOutOfMemoryTracking` was removed and replaced by `enableWatchdogTerminationTracking`.

- This release bumps the dependency for the JavaScript SDK from v7 to v8. We recommend reading the
[migration guide docs](https://docs.sentry.io/platforms/javascript/migration/v7-to-v8/) to find out
how to address any breaking changes in your code for your specific platform or framework.
[migration guide docs](https://docs.sentry.io/platforms/javascript/migration/v7-to-v8/) to find out
how to address any breaking changes in your code for your specific platform or framework.

To automate upgrading to v8 as much as possible, use our migration codemod `@sentry/migr8`:

Expand Down

0 comments on commit 949bc27

Please sign in to comment.