Skip to content

Commit

Permalink
remove size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Sep 3, 2024
1 parent 52ab4bd commit 4386e42
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .size-limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,6 @@ module.exports = [
gzip: true,
limit: '24 KB',
},
{
name: '@sentry/browser - with treeshaking flags',
path: 'packages/browser/build/npm/esm/index.js',
import: createImport('init'),
gzip: true,
limit: '24 KB',
modifyWebpackConfig: function (config) {
const webpack = require('webpack');
config.plugins.push(
new webpack.DefinePlugin({
__SENTRY_DEBUG__: false,
__RRWEB_EXCLUDE_SHADOW_DOM__: true,
__RRWEB_EXCLUDE_IFRAME__: true,
__SENTRY_EXCLUDE_REPLAY_WORKER__: true,
}),
);
return config;
},
},
{
name: '@sentry/browser (incl. Tracing)',
path: 'packages/browser/build/npm/esm/index.js',
Expand Down

0 comments on commit 4386e42

Please sign in to comment.