Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/bundler-plugin-core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,10 @@ export interface Options {
* If set to true, the plugin will try to tree-shake Session Replay's Canvas recording functionality out.
* You can safely do this when you do not want to capture any Canvas activity via Replay.
* Note that the success of this depends on tree shaking generally being enabled in your build.
*
* This option is not needed since v7.78.0 of the JavaScript SDK, because canvas is automatically excluded from the build.
*
* @deprecated Since v7.78.0 of the JavaScript SDK, this is excluded by default - no need to configure anything!
*/
excludeReplayCanvas?: boolean;

Expand Down