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 7ff913a commit 5216184Copy full SHA for 5216184
.size-limit.js
@@ -11,6 +11,13 @@ module.exports = [
11
import: '{ init }',
12
limit: '100 KB',
13
},
14
+ {
15
+ name: '@sentry/browser - Webpack - gzip = false',
16
+ path: 'packages/browser/esm/index.js',
17
+ import: '{ init }',
18
+ gzip: false,
19
+ limit: '100 KB',
20
+ },
21
{
22
name: '@sentry/react - Webpack',
23
path: 'packages/react/esm/index.js',
0 commit comments