File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 11import record from './record' ;
22
33import { Replayer } from './replay' ;
4+ import canvasMutation from './replay/canvas' ;
45import * as utils from './utils' ;
56
67export {
@@ -11,15 +12,19 @@ export {
1112} from '@sentry-internal/rrweb-types' ;
1213
1314export type {
15+ canvasMutationParam ,
16+ canvasMutationData ,
17+ eventWithTime ,
1418 fullSnapshotEvent ,
1519 incrementalSnapshotEvent ,
1620 inputData ,
17- eventWithTime ,
1821} from '@sentry-internal/rrweb-types' ;
1922
20- export type { recordOptions } from './types' ;
23+ export type { ReplayPlugin , recordOptions } from './types' ;
2124
22- export { record , Replayer , utils } ;
25+ export { record , Replayer , utils , canvasMutation } ;
26+
27+ export { deserializeArg } from './replay/canvas/deserialize-args' ;
2328
2429export {
2530 takeFullSnapshot ,
@@ -28,3 +33,4 @@ export {
2833 addCustomEvent ,
2934 getCanvasManager ,
3035} from './record' ;
36+
You can’t perform that action at this time.
0 commit comments