Skip to content

Commit a589811

Browse files
committed
fixup! feat(core): clear up integrations on dispose
1 parent 04e05e8 commit a589811

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.size-limit.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module.exports = [
5959
path: 'packages/browser/build/npm/esm/prod/index.js',
6060
import: createImport('init', 'browserTracingIntegration', 'replayIntegration'),
6161
gzip: true,
62-
limit: '83 KB',
62+
limit: '84 KB',
6363
},
6464
{
6565
name: '@sentry/browser (incl. Tracing, Replay) - with treeshaking flags',
@@ -138,7 +138,7 @@ module.exports = [
138138
path: 'packages/browser/build/npm/esm/prod/index.js',
139139
import: createImport('init', 'metrics', 'logger'),
140140
gzip: true,
141-
limit: '28 KB',
141+
limit: '29 KB',
142142
},
143143
// React SDK (ESM)
144144
{
@@ -191,13 +191,13 @@ module.exports = [
191191
name: 'CDN Bundle (incl. Tracing)',
192192
path: createCDNPath('bundle.tracing.min.js'),
193193
gzip: true,
194-
limit: '45 KB',
194+
limit: '46 KB',
195195
},
196196
{
197197
name: 'CDN Bundle (incl. Logs, Metrics)',
198198
path: createCDNPath('bundle.logs.metrics.min.js'),
199199
gzip: true,
200-
limit: '30 KB',
200+
limit: '31 KB',
201201
},
202202
{
203203
name: 'CDN Bundle (incl. Tracing, Logs, Metrics)',
@@ -215,13 +215,13 @@ module.exports = [
215215
name: 'CDN Bundle (incl. Tracing, Replay)',
216216
path: createCDNPath('bundle.tracing.replay.min.js'),
217217
gzip: true,
218-
limit: '82 KB',
218+
limit: '83 KB',
219219
},
220220
{
221221
name: 'CDN Bundle (incl. Tracing, Replay, Logs, Metrics)',
222222
path: createCDNPath('bundle.tracing.replay.logs.metrics.min.js'),
223223
gzip: true,
224-
limit: '83 KB',
224+
limit: '84 KB',
225225
},
226226
{
227227
name: 'CDN Bundle (incl. Tracing, Replay, Feedback)',
@@ -283,7 +283,7 @@ module.exports = [
283283
path: createCDNPath('bundle.tracing.replay.logs.metrics.min.js'),
284284
gzip: false,
285285
brotli: false,
286-
limit: '255 KB',
286+
limit: '256 KB',
287287
},
288288
{
289289
name: 'CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed',
@@ -297,7 +297,7 @@ module.exports = [
297297
path: createCDNPath('bundle.tracing.replay.feedback.logs.metrics.min.js'),
298298
gzip: false,
299299
brotli: false,
300-
limit: '268 KB',
300+
limit: '269 KB',
301301
},
302302
// Next.js SDK (ESM)
303303
{

0 commit comments

Comments
 (0)