Break(V4): Remove Session Replay#1214
Conversation
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog.
🤖 This preview updates automatically when you update the PR. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit ea4cf3d. Configure here.
| attachErrorHandler: false, | ||
| attachProps: false, | ||
| }, | ||
| Sentry.init({ |
There was a problem hiding this comment.
replayCanvasIntegration not removed from Vue example
Medium Severity
SentryVue.replayCanvasIntegration remains in the first Sentry.init block (line 42–45) despite the PR's stated goal of removing all replay-related integrations from example apps. The PR description explicitly mentions removing replayCanvasIntegration from examples, but this instance was missed.
Reviewed by Cursor Bugbot for commit ea4cf3d. Configure here.


📢 Type of change
📜 Description
Session Replay will no longer be present on the latest version of Sentry Capacitor V4..
💡 Motivation and Context
● Remove Session Replay from @sentry/capacitor
CapacitorBrowserClientReplayOptions type (the Omit in CapacitorOptions/CapacitorClientOptions is kept to
explicitly block those BrowserOptions fields)
💚 How did you test it?
📝 Checklist
sendDefaultPIIis enabled🔮 Next steps