mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Previously, we needed to track our own user state in order to set the whole thing in Sentry. That was necessary because Sentry didn't allow us to _retrieve_ the current user of the scope but always required the full user to be set. This was changed https://github.com/getsentry/sentry-rust/pull/715, which allows us to remove some of that code and hopefully mitigating any sort of lingering state when it comes to telemetry sessions.