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 17c3132 commit df73015Copy full SHA for df73015
MIGRATION.md
@@ -254,7 +254,7 @@ export function makeMyCustomTransport(options: BaseTransportOptions): Transport
254
}
255
256
// `createTransport` takes care of rate limiting and flushing
257
- return createTransport({ bufferSize: options.bufferSize }, makeRequest);
+ return createTransport(options, makeRequest);
258
259
260
Sentry.init({
0 commit comments