Skip to content

Commit a8a1cea

Browse files
committed
adjust full CDN bundle config
1 parent 1e302cb commit a8a1cea

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

packages/tracing/rollup.bundle.config.js

-14
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
import replace from '@rollup/plugin-replace';
2-
31
import { makeBaseBundleConfig, makeBundleConfigVariants } from '../../rollup/index.js';
42

5-
import pkg from './package.json';
6-
73
const builds = [];
84

95
['es5', 'es6'].forEach(jsVersion => {
@@ -26,16 +22,6 @@ const replayBaseBundleConfig = makeBaseBundleConfig({
2622
licenseTitle: '@sentry/tracing & @sentry/browser & @sentry/replay',
2723
outputFileBase: () => 'bundles/bundle.tracing.replay',
2824
includeReplay: true,
29-
packageSpecificConfig: {
30-
plugins: [
31-
replace({
32-
preventAssignment: true,
33-
values: {
34-
__SENTRY_REPLAY_VERSION__: JSON.stringify(pkg.version),
35-
},
36-
}),
37-
],
38-
},
3925
});
4026

4127
builds.push(...makeBundleConfigVariants(replayBaseBundleConfig));

0 commit comments

Comments
 (0)