-
-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firebase Crashlytics mapping file isn't uploaded while publishing artifacts #1062
Comments
We are facing the same issue, it started happening without any changes from our end a couple of releases ago, as a result crashes/non-fatals are not readable anymore! https://gist.github.com/waliahimanshu/82531ec881df1363e2ea5cd77ed6aeee We also run @sergei-lapin did this issue make your crashes appear as obfuscated in |
The task name probably changed? This is what it's set to right now: Line 646 in 4273731
|
when I run
|
No clue then unfortunately. Nothing has changed on our end. |
Firebase Plugin might've changed moment when they register their |
@waliahimanshu yes, it did. It should be obfuscated if you run |
So running |
Update running |
Describe the bug
uploadCrashlyticsMappingFile$variantName
is not there at the time of configuring ofpublish*
tasks and is not wired as dependency for these tasks resulting in lack of mapping file in crashlytics for the published releaseHow To Reproduce
Apply
com.google.firebase.crashlytics
plugin to any Gradle module withcom.android.application
andcom.github.triplet.play
, runpublishBundle
Versions
Tasks executed
publishAnyVariantBundle
Expected behavior
uploadCrashlyticsMappingFile$variantName
is executed whenever publish task for specifiedvariantName
is executedThe text was updated successfully, but these errors were encountered: