No Crashlytics opt-in option in the CrashKiOS SDK #96
Fishfield
started this conversation in
Feature request
Replies: 1 comment
|
@Fishfield I think most methods already existing (like setUserId) are just delegates, so I would just propose that we add the missing one. I opened a PR |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions