Reputation: 71
Hi recently published a Crashlytics enabled mobile app and we don't how to make it so that our development sessions do not skew the result of the daily reports we get from the service.
Ideally we'd want to have separate reports for development sessions and productions service but without having to resort to complicated adjustments like changing the package name.
Thanks in advance for any help.
Upvotes: 1
Views: 130
Reputation: 16249
Mike from Crashlytics here.
In addition to changing the name of your app which was mentioned, you can also create multiple organizations and conditionally call which API key to use based on the type of build you're doing.
Upvotes: 1