-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
- Review the documentation: https://docs.sentry.io/
- Search for existing issues: https://github.com/getsentry/sentry-javascript/issues
- Use the latest release: https://github.com/getsentry/sentry-javascript/releases
- (N/A) Provide a link to the affected event from your Sentry account
Package + Version
-
@sentry/tracing
Version:
5.28.0
Description
According to the documentation when integrating with React Router (v5) we're supposed to the use the base Router component instead of the BrowserRouter component. The reason for this, I assume, is because the latter ignore the history prop.
We have an issue, however, that the BrowserRouter component has a basename prop which we make use of. If I switch to Router, then that prop no longer exists and our routes stop working.
zanona and tzimmermann