Currently, Crashlytics send an email/slack with:
Stacktrace Summary, App package name, Platform(Android), Version.
And complete details opens up only after going to the Crashlytics dashboard through the crash link in the email.
But what if we need to send the flavour/environment as well. Though it can be detected from package name itself. But there must be a way to add a new key value. Like
Either we can add another header key, or if we can insert the environment before the activity name in the stack trace.
Mike from Firebase here. Currently there isn't a way to customize these notifications, but I'll share your desire with this internally.