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 4bec57d commit 9f55ad3Copy full SHA for 9f55ad3
.size-limit.js
@@ -54,7 +54,7 @@ module.exports = [
54
path: 'packages/browser/build/npm/esm/index.js',
55
import: createImport('init', 'browserTracingIntegration', 'replayIntegration'),
56
gzip: true,
57
- limit: '68 KB',
+ limit: '69 KB',
58
modifyWebpackConfig: function (config) {
59
const webpack = require('webpack');
60
const TerserPlugin = require('terser-webpack-plugin');
0 commit comments