feat: Update JavaScript SDKs to v10.49.0#1355
Conversation
Semver Impact of This PR🟡 Minor (new features) 📋 Changelog PreviewThis is how your changes will appear in the changelog. New Features ✨
🤖 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 62ff4ea. Configure here.
| withIsolationScope, | ||
| withScope, | ||
| withStreamedSpan, | ||
| viewHierarchyIntegration, |
There was a problem hiding this comment.
Export viewHierarchyIntegration placed out of alphabetical order
Low Severity
viewHierarchyIntegration (starting with 'v') is placed after withStreamedSpan (starting with 'w'), breaking the alphabetical ordering that is consistently maintained throughout the entire export list. It belongs between updateSpanName and webWorkerIntegration.
Reviewed by Cursor Bugbot for commit 62ff4ea. Configure here.


Updates to the latest JavaScript SDKs which include fixes for the above issues.
This PR also re-enables the eventLoopBlocked tests for the latest versions of Electron now this has been fixed upstream.