Hi
I am trying to use the .NET SDK. It seems OK, but my Scope seems to be reset somehow.
I have a WPF application, I init SentrySDK in the APP constructor and set some Tags with SetTag. They get set (debug).
Later in the code I also use SetTag, but the original Tags are now missing.
It is the same thread according to VS2019.
When an exception happens, the Tags from the initial use of SetTag gets reported but not the later ones.
I never use PushScope, but nevertheless it seems the scope gets pushed or something.
Ideas / help would be appreciated.