Skip to content

Commit 98e0d64

Browse files
mydeaLuca Forstner
andauthored
feat: deprecate excludeReplayCanvas config (#436)
--------- Co-authored-by: Luca Forstner <luca.forstner@sentry.io>
1 parent e666a8e commit 98e0d64

File tree

1 file changed

+2
-0
lines changed
  • packages/bundler-plugin-core/src

1 file changed

+2
-0
lines changed

packages/bundler-plugin-core/src/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@ export interface Options {
251251
* If set to true, the plugin will try to tree-shake Session Replay's Canvas recording functionality out.
252252
* You can safely do this when you do not want to capture any Canvas activity via Replay.
253253
* Note that the success of this depends on tree shaking generally being enabled in your build.
254+
*
255+
* @deprecated Versions v7.78.0 and later of the Sentry JavaScript SDKs do not include canvas support by default, making this option redundant.
254256
*/
255257
excludeReplayCanvas?: boolean;
256258

0 commit comments

Comments
 (0)