Skip to content

Commit ee74c31

Browse files
committed
update batch size
1 parent 12153ec commit ee74c31

File tree

1 file changed

+1
-1
lines changed
  • test/browser/features/fixtures/packages/svelte-kit/src/routes

1 file changed

+1
-1
lines changed

test/browser/features/fixtures/packages/svelte-kit/src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
BugsnagPerformance.start({
1515
apiKey,
1616
endpoint,
17-
maximumBatchSize: 3,
17+
maximumBatchSize: 5,
1818
batchInactivityTimeoutMs: 5000,
1919
autoInstrumentFullPageLoads: false,
2020
autoInstrumentNetworkRequests: false,

0 commit comments

Comments
 (0)