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
We could clean SentryUnity class a bit by extracting a non-static class with all the current code and have a single variable private static SentryUnitySdk? Instance that we set in init() and remove in close() (+ call its close() of course).
SentryUnitySdk could have non-static and non-nullable Options, SentrySdk and FileStream lockfile.
The text was updated successfully, but these errors were encountered:
From @vaind suggestion here:
The text was updated successfully, but these errors were encountered: