sentry-unity
sentry-unity copied to clipboard
Cleanup on package removal
When Sentry gets uninstalled we should remove the files we created in Plugins/Sentry/
and Resource/Sentry/
.
The files will just be dangling there without side effect, right? It won't cause warnings or crashes?
We might not want to remove some files, that have user configuration. Imagine they are removing it, only to add again via UPM with a latest version. Or they are going from UPM to embedding.
Valid point. No, after uninstalling the inspector for the SentryOptions will just display Script Missing
. But it should restore itself with all values when Sentry gets re-installed.