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 c2a7ec5 commit 2bf1fa2Copy full SHA for 2bf1fa2
.size-limit.js
@@ -57,7 +57,7 @@ module.exports = [
57
{
58
name: '@sentry/browser (incl. Feedback) - Webpack (gzipped)',
59
path: 'packages/browser/build/npm/esm/index.js',
60
- import: '{ init, Feedback }',
+ import: '{ init, feedbackIntegration }',
61
gzip: true,
62
limit: '50 KB',
63
},
@@ -168,7 +168,7 @@ module.exports = [
168
169
name: '@sentry-internal/feedback - Webpack (gzipped)',
170
path: 'packages/feedback/build/npm/esm/index.js',
171
- import: '{ Feedback }',
+ import: '{ feedbackIntegration }',
172
173
limit: '25 KB',
174
0 commit comments