Skip to content
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

Fix changelog pointing to wrong PR URL #355

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading