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 08db042 commit 8a8c598Copy full SHA for 8a8c598
.size-limit.js
@@ -65,20 +65,20 @@ module.exports = [
65
},
66
{
67
name: '@sentry/replay index.js',
68
- path: 'packages/replay/build/index.js',
+ path: 'packages/replay/build/npm/dist/index.js',
69
gzip: true,
70
- limit: '4500ms',
+ limit: '100 KB',
71
72
73
name: '@sentry/replay - Webpack (gzipped + minified)',
74
- path: 'packages/replay/build/npm/index.js',
75
import: '{ Replay }',
76
77
limit: '100 KB',
78
79
80
name: '@sentry/replay - Webpack (minified)',
81
82
83
gzip: false,
84
0 commit comments