Breaking bug from sentry-javascript 6.1.0
See original GitHub issueIs your feature request related to a problem? Please describe.
With the latest version of this module, we are experiencing a breaking bug, which was reported here a week ago https://github.com/getsentry/sentry-javascript/issues/3278
You can observe the bug here:
- open in incognito https://freshcleantees-staging.herokuapp.com/
- open developers console
- do a hard-refresh
- observe the error
TypeError: e.captureSession is not a function
Describe the solution you’d like
Revert back to version 5.2.6 until the bug is resolved
Describe alternatives you’ve considered
This bug is breaking the integration, but is related to its core dependency. Reverting to a previous version allows this module to be used
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
sentry-javascript/CHANGELOG.md at master - GitHub
This release bumps the @sentry/replay package from version 0.x to 7.24.0. Along with this version bump, we're introducing a few breaking changes. Take...
Read more >Troubleshooting for JavaScript - Sentry Documentation
If you update your Sentry SDK to a new major version, you might encounter breaking changes that need some adaption on your end....
Read more >Changelog - Docs - Sentry Documentation
BREAKING: Members will no longer be automatically granted membership to the default organization. You should use SSO or the invite flows.
Read more >sentry Changelog - PyUp.io
**Breaking Change**: This version introduces a change to the grouping of issues. The SDK now sets the `inApp` flag for frames originating from...
Read more >Known Issues and Limitations in CDH 6.3.0 | 6.x
Cloudera has detected two bugs that can cause corruption of HDFS Erasure ... in CDH 6.x, then it will break or corrupt the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s a solution until the issue is fixed in the sentry SDK.
Upstream seems to have fixed this. Feel free to reopen or create new issue if there is something left to do.