We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558c438 commit 1929b0fCopy full SHA for 1929b0f
src/transport.ts
@@ -317,7 +317,8 @@ export abstract class Transport<T extends BaseInteraction = any> {
317
if (typeof error === 'undefined') {
318
if (isSilent) return;
319
console.warn(
320
- `The event '${action}' timed out for ${timeout} seconds...`
+ `The event '${action}' timed out for ${timeout} seconds...`,
321
+ rawRequestData
322
);
323
} else {
324
if (__DEV__) {
0 commit comments