File tree Expand file tree Collapse file tree 4 files changed +2
-85
lines changed Expand file tree Collapse file tree 4 files changed +2
-85
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const INTEGRATIONS = {
2020
2121export { INTEGRATIONS as Integrations } ;
2222
23- export { Replay , ReplayCanvas } from '@sentry/replay' ;
23+ export { Replay } from '@sentry/replay' ;
2424export type {
2525 ReplayEventType ,
2626 ReplayEventWithTime ,
Original file line number Diff line number Diff line change @@ -8,14 +8,6 @@ const baseBundleConfig = makeBaseBundleConfig({
88 outputFileBase : ( ) => 'bundles/replay' ,
99} ) ;
1010
11- const baseCanvasBundleConfig = makeBaseBundleConfig ( {
12- bundleType : 'addon' ,
13- entrypoints : [ 'src/canvas.ts' ] ,
14- jsVersion : 'es6' ,
15- licenseTitle : '@sentry/replaycanvas' ,
16- outputFileBase : ( ) => 'bundles/replaycanvas' ,
17- } ) ;
18-
19- const builds = [ ...makeBundleConfigVariants ( baseBundleConfig ) , ...makeBundleConfigVariants ( baseCanvasBundleConfig ) ] ;
11+ const builds = makeBundleConfigVariants ( baseBundleConfig ) ;
2012
2113export default builds ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11export { Replay } from './integration' ;
2- export { ReplayCanvas } from './canvas' ;
32
43export type {
54 ReplayConfiguration ,
You can’t perform that action at this time.
0 commit comments