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 e88968f commit edfea16Copy full SHA for edfea16
packages/core/src/transports/base.ts
@@ -26,7 +26,7 @@ import {
26
27
import { DEBUG_BUILD } from '../debug-build';
28
29
-export const DEFAULT_TRANSPORT_BUFFER_SIZE = 30;
+export const DEFAULT_TRANSPORT_BUFFER_SIZE = 64;
30
31
/**
32
* Creates an instance of a Sentry `Transport`
0 commit comments