crashlyticsgoogle-fabriccrashlytics-androidcrashlytics-beta

Fabric Crashlytics for multiple environments - Android


After digging in farbic docs alot and exploring multiple stack overflow questions I don't see any information on how to setup Fabric crashlytics for dev(beta) and production both.

Basically I want beta build to log events on separate Fabric app and production build to log on different Fabric app.

Currently Fabric puts its api key in manifest which I think can be controlled for multiple environments but they put secret key in app->fabric.properties file which I don't see can be overridden for different environments.

Any help will be appreciated if someone has achieved this.


Solution

  • Thanks for reaching out. Fabric lets you separate by bundle ID or package name OR API key. If you alter either of these between your build types it'll report to a separate dashboard.

    Thanks!