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
On Remix Vite app, after enabling performance monitoring, every single request triggers a new transaction, including the ones generated from external bots such as .env, info.php etc (there are like 50+)
Is it possible to track performance only to Remix relevant endpoints? (routes, loader, actions)
Solution Brainstorm
Make sure we only instrument remix-related endpoints by default.