We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3887720 commit 26c0c6cCopy full SHA for 26c0c6c
.size-limit.js
@@ -29,7 +29,7 @@ module.exports = [
29
path: 'packages/browser/build/npm/esm/index.js',
30
import: createImport('init', 'browserTracingIntegration', 'replayIntegration'),
31
gzip: true,
32
- limit: '66 KB',
+ limit: '67 KB',
33
modifyWebpackConfig: function (config) {
34
const webpack = require('webpack');
35
config.plugins.push(
0 commit comments