Skip to content

Commit 7cb4d48

Browse files
authored
Update multiplexed.ts
1 parent 372efdb commit 7cb4d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/transports/multiplexed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export function makeMultiplexedTransport<TO extends BaseTransportOptions>(
140140
};
141141
}
142142

143-
export const MULTIPLEXED_TRANSPORT_EXTRA_KEY = "multiplexed_transport";
143+
export const MULTIPLEXED_TRANSPORT_EXTRA_KEY = "ROUTE_TO";
144144

145145
/**
146146
* Creates a transport that will send events to all DSNs provided in event.extra["multiplexed_transport"]

0 commit comments

Comments
 (0)