Skip to content

Commit 14c5cb7

Browse files
feat(canvas): Remove EA requirement for replay-canvas (#8964)
* feat(canvas): Remove EA requirement for replay-canvas This should actually be open beta rather than limited to EA. * remove EA link for canvas * [getsentry/action-github-commit] Auto commit --------- Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
1 parent 551b727 commit 14c5cb7

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

src/docs/product/accounts/early-adopter-features/index.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,3 @@ Limitations:
2525
- [Span Summary](/product/performance/transaction-summary/#span-summary)
2626
- [Open PR Comments](/product/integrations/source-code-mgmt/github/#open-pull-request-comments)
2727
- [Investigation Mode](/product/performance/retention-priorities/#investigation-mode) for retention priorities in Performance Monitoring
28-
- <PlatformLink to="/session-replay/#canvas-recording">
29-
Replay Canvas Recording
30-
</PlatformLink>

src/platform-includes/session-replay/setup/javascript.mdx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,14 @@ Sentry.addIntegration(replayIntegration());
4949

5050
### Canvas Recording
5151

52-
<Alert level="warning">
53-
There is currently no PII scrubbing in canvas recordings!
52+
<Alert level="">
53+
Canvas recording is currently in beta. Please submit an issue on
54+
[GitHub](https://github.com/getsentry/sentry-javascript) if you encounter any
55+
bugs.
5456
</Alert>
5557

56-
<Alert level="">
57-
Canvas recording is in beta and currently only available to{" "}
58-
<a href="/product/accounts/early-adopter-features/">early adopters</a>
58+
<Alert level="warning">
59+
There is currently no PII scrubbing in canvas recordings!
5960
</Alert>
6061

6162
If you want to record HTML canvas elements, you'll need to add an additional integration in your Sentry configuration. The canvas integration is exported from the browser SDK, so no additional package is required. Canvas recording is opt-in and will be tree-shaken from your bundle if it's not being used:

0 commit comments

Comments
 (0)