Skip to content

Commit edfea16

Browse files
author
Luca Forstner
authored
feat(core): Increase default transport buffer size from 30 to 64 (#11764)
1 parent e88968f commit edfea16

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/transports

1 file changed

+1
-1
lines changed

packages/core/src/transports/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import {
2626

2727
import { DEBUG_BUILD } from '../debug-build';
2828

29-
export const DEFAULT_TRANSPORT_BUFFER_SIZE = 30;
29+
export const DEFAULT_TRANSPORT_BUFFER_SIZE = 64;
3030

3131
/**
3232
* Creates an instance of a Sentry `Transport`

0 commit comments

Comments
 (0)