You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Creates a transport that will send events to all DSNs provided in event.extra["multiplexed_transport"]
159
-
* in the format of [{dsn: "__MY_DSN__", release: "__MY_RELEASE__"}, ...]. If no such key exists or list
160
-
* is empty event will be sent to main DSN provided in Sentry.init().
158
+
* Creates a transport that will send events to all DSNs provided in `event.extra[SIMPLE_MULTIPLEXED_TRANSPORT_EXTRA_ROUTING_KEY]`,
159
+
* which should contain values in the format of `Array<{ dsn: string;, release: string; }>`.
160
+
*
161
+
* If the value is `undefined` or `[]`, the event will be sent to the `dsn` value provided in your Sentry SDK initialization options as a fallback mechanism.
0 commit comments