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 372efdb commit 7cb4d48Copy full SHA for 7cb4d48
packages/core/src/transports/multiplexed.ts
@@ -140,7 +140,7 @@ export function makeMultiplexedTransport<TO extends BaseTransportOptions>(
140
};
141
}
142
143
-export const MULTIPLEXED_TRANSPORT_EXTRA_KEY = "multiplexed_transport";
+export const MULTIPLEXED_TRANSPORT_EXTRA_KEY = "ROUTE_TO";
144
145
/**
146
* Creates a transport that will send events to all DSNs provided in event.extra["multiplexed_transport"]
0 commit comments