By default Atatus removes hash from the path while collecting the performance metrics. If you are using the hash based routes, then you can avoid this by enabling below option.

copy
icon/buttons/copy
atatus.config('YOUR_API_KEY', { hashRoutes: true }).install();

You can also toggle this option using setHashRoutes() function.

copy
icon/buttons/copy
atatus.setHashRoutes(true);