Skip to content

Commit

Permalink
fix changelog (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman authored Oct 7, 2024
1 parent 13e3fdc commit 14d3fe5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Features

- Sentry Replay Support ([#354](https://github.com/getsentry/sentry-wizard/pull/354))
- Sentry Replay Support ([#354](https://github.com/getsentry/sentry-cordova/pull/354))

How to use:

Expand All @@ -20,7 +20,7 @@ Replay, profiling and performance monitoring are bundled into Sentry Cordova, al
integrations: [
// Replay integration.
Sentry.replayIntegration({
maskAllText: false,
maskAllText: true,
blockAllMedia: true,
}),
// Tracing integration.
Expand All @@ -40,7 +40,7 @@ Replay, profiling and performance monitoring are bundled into Sentry Cordova, al
- Bump Sentry JavaScript SDK to `7.119.1` ([#354](https://github.com/getsentry/sentry-cordova/pull/354))
- [changelog](https://github.com/getsentry/sentry-javascript/releases/tag/7.119.1)
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.34.0...7.119.1)
- Bump `sentry-wizard` to 3.32.0 ([#354](https://github.com/getsentry/sentry-wizard/pull/354))
- Bump `sentry-wizard` to 3.32.0 ([#354](https://github.com/getsentry/sentry-cordova/pull/354))
- Bump Android SDK from v7.6.0 to v7.14.0 ([#353](https://github.com/getsentry/sentry-cordova/pull/353))
- [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 Down

0 comments on commit 14d3fe5

Please sign in to comment.