Matthew Robertson
Matthew Robertson
@uripre I took a look at this. I think there is a misunderstanding about what `sendUnsentReports` does. If data collection is disabled, Crashlytics will not upload reports automatically. But they...
We discussed this with the team, and have decided to pull this work to add `userInfo` to logged exceptions like @dperez37's suggestion. I will post here again when we have...
@Megatronicus you need to update the line `classpath 'com.android.tools.build:gradle:7.3.1'` in your project level build file to version 8.1.0 or up. Sorry the error message you ran into assumes you're using...
This was fixed, please update to the latest version.
@aantonic can you please run that task again with `--stacktrace`?
I am not sure about `ai.digital.protectandroid.protection.crashlytics` sorry. It looks like they rely on implementation details, not the public api, of the Crashlytics Gradle plugin. And after v3, the implementation is...
Firebase only initializes automatically on the default process of an app. If you have a multi-process app, you need to initialize manually in each process or not use Firebase in...
I took a look, and this was fixed in Firebase Perf 21.0.1, can you try the latest version @alexklints?
Please open a new issue if this was not resolved in the latest version for you.
@lamphamTL this is an unfortunate side effect of the way Crashlytics works. I did attempt to make the task smarter, and not generate a new mapping file id when the...