I am using Crashlytics and fatal crashes get delivered. However the data added with
Crashlytics.log(mytext);
is not showing anywhere in Fabric Dashboard.
I couldnt find any hint on a necessary setup or configuration in the docs. What am I missing?
Mike from Fabric here. Custom logs, keys and user identifiers are included on a per crash basis. To view them, go from your and click on a specific issue.
Then click on "View All Sessions"
and you'll see the most recent session and specific data:
One thing to note is that you need to set this on each launch of the app once you know the values. They are not persisted across multiple launches.