We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
excludeReplayCanvas
1 parent e666a8e commit 98e0d64Copy full SHA for 98e0d64
packages/bundler-plugin-core/src/types.ts
@@ -251,6 +251,8 @@ export interface Options {
251
* If set to true, the plugin will try to tree-shake Session Replay's Canvas recording functionality out.
252
* You can safely do this when you do not want to capture any Canvas activity via Replay.
253
* 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.
256
*/
257
excludeReplayCanvas?: boolean;
258
0 commit comments