React-router-v7 peer dependencies support
Description
We're updating to react-router v7 in our project and have noticed that @grafana/faro-react has a conflicting peer dependency with this version.
"peerDependencies": {
"react-router-dom": "^4.0.0 || ^5.0.0 || ^6.0.0"
}
Are there any plans to support react-router v7 in the near future?
Thanks for the project!
Related to #759
Hi @francisco-sanchez-molina yes we will but have no timeline yet. I'll bring up to the team for discussion.
Hi @codecapitano, are there news on this front? I'd love to test Grafana's front-end feature, but my app uses React Router v7 in Framework mode, no way to inject Faro.
#759 react / react-dom part seems to be already in main, which is great! 👏
Any ETA on getting this one also done?
I'd be interested in v7 support as well.
Just as a note: React Router has a section in its documentation on how to instrument it – including patterns for OTel (server-side) and instrumentation/performance metrics in general. The API for that is still marked as unstable though.