Skip to content

Commit

Permalink
remove API
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Jun 12, 2024
1 parent 3475542 commit 8eb679a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,5 @@ With this configuration, Replay is able to capture response bodies from Apollo C
</Expandable>

<Expandable title="`console` calls are triggering replays to record">
Using the [`Capture Console Integration`](https://docs.sentry.io/platforms/javascript/configuration/integrations/captureconsole/) can cause replays to record as if you have triggered an exception. You can use the [`beforeErrorSampling` API](https://docs.sentry.io/platforms/javascript/guides/sveltekit/session-replay/understanding-sessions/#ignore-certain-errors-for-error-sampling) to avoid this behavior.
Using the [`Capture Console Integration`](https://docs.sentry.io/platforms/javascript/configuration/integrations/captureconsole/) can cause replays to record as if you have triggered an exception. You can use the [`beforeErrorSampling`](https://docs.sentry.io/platforms/javascript/guides/sveltekit/session-replay/understanding-sessions/#ignore-certain-errors-for-error-sampling) to avoid this behavior.
</Expandable>

0 comments on commit 8eb679a

Please sign in to comment.