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
feat(browser): Add simpler makeMultiplexedTransport docs for automatic matcher (#15692)
## DESCRIBE YOUR PR
With
[10.28.0](https://github.com/getsentry/sentry-javascript/releases/tag/10.28.0)
we released a simpler way to work with micro-frontends by building an
automatic base matcher into `makeMultiplexedTransport`.
These docs reflect the change on top of showcasing how to set up a
manual matcher.
## IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs
to go live.
- [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE -->
- [ ] Other deadline: <!-- ENTER DATE HERE -->
- [X] None: Not urgent, can wait up to 1 week+
For more advanced routing logic, you can provide a custom matcher function. The example below uses a `feature` tag to determine which Sentry project to
257
256
send the event to. If the event doesn't have a `feature` tag, we send it to the
0 commit comments