-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat(replay): Update replay CDN usage docs #6088
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good and I like the simplification from the previous version of the page! I just had a couple of suggestions for wording but feel free to go with whatever you think makes sense.
|
||
Version 7 of the Sentry JavaScript SDKs changed the bundles to be ES6 by default. | ||
Previously, the default bundles were compiled to ES5. If you need to support ES5, see [Available Bundles](#available-bundles) or the [Migration Guide to Version 7](https://github.com/getsentry/sentry-javascript/blob/master/MIGRATION.md#upgrading-from-6x-to-7x). | ||
To use Sentry for error monitoring, performance tracing, and Replay, you can use the following bundle: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To use Sentry for error monitoring, performance tracing, and Replay, you can use the following bundle: | |
To use Sentry for error and performance monitoring, as well as Session Replay, you can use the following bundle: |
Added #5972 to the list of issues closed by this PR |
d75bd6a
to
f91da3a
Compare
f91da3a
to
4974e9f
Compare
Co-authored-by: Lukas Stracke <[email protected]>
4974e9f
to
47c9ff7
Compare
This updates the CDN usage docs to use the new full replay bundle by default, streamlining this.
While at it, I also reordered the "CDN installation" page generally a bit:
Related to #6082, and dependent on getsentry/sentry-javascript#6818.
Closes getsentry/sentry-javascript#6573
Closes #5972