feat(replay): Update replay CDN usage docs#6088
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Lms24
approved these changes
Jan 17, 2023
Member
Lms24
left a comment
There was a problem hiding this comment.
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: |
Member
There was a problem hiding this comment.
Suggested change
| 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: |
Member
|
Added #5972 to the list of issues closed by this PR |
d75bd6a to
f91da3a
Compare
Closed
f91da3a to
4974e9f
Compare
bruno-garcia
approved these changes
Jan 19, 2023
Co-authored-by: Lukas Stracke <lukas.stracke@sentry.io>
4974e9f to
47c9ff7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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