Skip to content

Commit df73015

Browse files
authored
chore: Update custom transport migration docs (#7143)
1 parent 17c3132 commit df73015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ export function makeMyCustomTransport(options: BaseTransportOptions): Transport
254254
}
255255

256256
// `createTransport` takes care of rate limiting and flushing
257-
return createTransport({ bufferSize: options.bufferSize }, makeRequest);
257+
return createTransport(options, makeRequest);
258258
}
259259

260260
Sentry.init({

0 commit comments

Comments
 (0)