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
Rely on Application.persistentDataPath to get a consistent path. A hash of the DSN should be used to get the path in order to make sure that events don't get mixed up if the DSN changes.
This should have some big tooltip of sorts describing why it exists. If the app crashes on start, it's the only way to make sure the developer is aware.
Change path where the files get cached. (Should this affect the DSN-hash-based prefix?)
The Xamarin SDK uses Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData)
The text was updated successfully, but these errors were encountered:
The .NET SDK offers offline caching through.
Rely on
Application.persistentDataPath
to get a consistent path. A hash of the DSN should be used to get the path in order to make sure that events don't get mixed up if the DSN changes.https://docs.sentry.io/platforms/dotnet/configuration/options/#cache-directory-path
We should also add to SentryWindow a way to configure this. How/why needs some thinking but some random thoughts:
The Xamarin SDK uses
Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData)
The text was updated successfully, but these errors were encountered: