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
When testing a fresh build of latest main and browsing the different sections of the frontend, etc., a few race conditions are reported by the race detector from time to time.
This seems to be related to the telemetry package and a few methods that reference the activeUser object and others.
Expected behavior
Should be good to keep it consistent to avoid future errors or bugs.
How to reproduce
Build and run a fresh install of signoz
Signup and start browsing the dashboard (e.g. go from Home to Metrics, then Metrics to Services, etc. a few times).
Bug description
When testing a fresh build of latest
main
and browsing the different sections of the frontend, etc., a few race conditions are reported by the race detector from time to time.This seems to be related to the
telemetry
package and a few methods that reference theactiveUser
object and others.Expected behavior
Should be good to keep it consistent to avoid future errors or bugs.
How to reproduce
Version information
main
Additional context
Race detector output attached.
race1.txt
Thank you for your bug report – we love squashing them!
The text was updated successfully, but these errors were encountered: