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
Our app features a setting that allows users to opt out of crash reporting.
The Firebase Crashlytics SDK provides a function to enable or disable automatic crash reporting.
However, I wasn’t able to find an equivalent function in this SDK.
Is there a way to disable crash reporting here?
My initial idea was to continue using the Crashlytics SDK alongside CrashKiOS, and then toggle the reporting functionality as needed.