I have 2 flavors
productFlavors {
production {
applicationId "com.signal"
}
development {
applicationId "com.signal.staging"
}
}
Now when I'm working in developmentDebug
there are no recording done by Android Vitals.
However, when I switch to productionDebug
Android Vitals records everything thinking it's a release build given the fact it is not.
How do I fix this?