Skip to content

Commit 4386e42

Browse files
committed
remove size limit
1 parent 52ab4bd commit 4386e42

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.size-limit.js

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,6 @@ module.exports = [
1010
gzip: true,
1111
limit: '24 KB',
1212
},
13-
{
14-
name: '@sentry/browser - with treeshaking flags',
15-
path: 'packages/browser/build/npm/esm/index.js',
16-
import: createImport('init'),
17-
gzip: true,
18-
limit: '24 KB',
19-
modifyWebpackConfig: function (config) {
20-
const webpack = require('webpack');
21-
config.plugins.push(
22-
new webpack.DefinePlugin({
23-
__SENTRY_DEBUG__: false,
24-
__RRWEB_EXCLUDE_SHADOW_DOM__: true,
25-
__RRWEB_EXCLUDE_IFRAME__: true,
26-
__SENTRY_EXCLUDE_REPLAY_WORKER__: true,
27-
}),
28-
);
29-
return config;
30-
},
31-
},
3213
{
3314
name: '@sentry/browser (incl. Tracing)',
3415
path: 'packages/browser/build/npm/esm/index.js',

0 commit comments

Comments
 (0)