-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
🔥 Crashlytics reports error even if crashlytics_debug_enabled is false #4348
Comments
That is an odd set of dependencies. I don't think it has bearing on your actual problem but you should upgrade to current stable on all packages if at all possible. Why the disable auto disabler? What happens if you try that toggle? Also, I believe this is rendered into the plist file, do you verify you have done One other thought - it is orthogonal and this would be a bug either way - but if it is a data pollution error because debug / dev firebase backends aren't separate, your analytics and everything will still be polluting unless you actually have a separate firebase project for non-production uses. If you haven't done it, it is possible using Android build "flavors" and iOS build "targets", then it doesn't matter as much (although you should be able to express "don't log crashes in debug" as a setting of course) |
@mikehardy Thank you for your help. I have to mention that this issue started happening after upgrading from :
to:
I will use flavors and targets, currently i don't see other option. |
Ok - I think flavors and targets is a superior solution for backend data pollution avoidance but as mentioned above there is no reason turning off debug crash reporting shouldn't be possible. We turned it on by default but turning it off is an expected feature. I'll keep this open and mark it for triage/review Possibly related #4229 / #4236 If you want to help move it forward (fastest way to resolve it!) doing a bisect in the version range between what you were using and current to find the version that starts the unwanted behavior would help pinpoint the code change that did it and get us to a fix. Mathematically it's usually just 3 builds or so as bisect strategy works very quickly |
Hey @mikehardy , Thank you |
@mikehardy as i see all references to |
Hello 👋, to help manage issues we automatically close stale issues.
|
Closing this issue after a prolonged period of inactivity. If this is still present in the latest release, please feel free to create a new issue with up-to-date information. |
Hi,
crash reporting is working but it is working in debug also, which is not desired.
Project Files
Javascript
Click To Expand
package.json
:firebase.json
:iOS
Click To Expand
ios/Podfile
:# N/A
AppDelegate.m
:// N/A
Android
Click To Expand
Have you converted to AndroidX?
android/gradle.settings
jetifier=true
for Android compatibility?jetifier
for react-native compatibility?android/build.gradle
:// N/A
android/app/build.gradle
:// N/A
android/settings.gradle
:// N/A
MainApplication.java
:// N/A
AndroidManifest.xml
:<!-- N/A -->
Environment
Click To Expand
react-native info
output:react-native-firebase
version you're using that has this issue:e.g. 5.4.3
Firebase
module(s) you're using that has the issue:e.g. Instance ID
TypeScript
?Y/N
&VERSION
React Native Firebase
andInvertase
on Twitter for updates on the library.The text was updated successfully, but these errors were encountered: