Skip to content

Commit 79e2037

Browse files
maxkostyandreiborza
authored andcommitted
Update multiplexed.ts
1 parent 4961137 commit 79e2037

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
@@ -152,7 +152,7 @@ export function makeMultiplexedTransport<TO extends BaseTransportOptions>(
152152
};
153153
}
154154

155-
export const MULTIPLEXED_TRANSPORT_EXTRA_KEY = "multiplexed_transport";
155+
export const MULTIPLEXED_TRANSPORT_EXTRA_KEY = "ROUTE_TO";
156156

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

0 commit comments

Comments
 (0)