Search code examples
androidcrashlyticstwitter-fabric

Fabric not sending crash mail from last few days


I am not getting crash mail from last few days. below is my code

In my Application class

Fabric.with(this, new Crashlytics());

In manifest

<meta-data
        android:name="io.fabric.ApiKey"
        android:value="**********e17cbb0****6d2241b44**********" />

In gradle

apply plugin: 'io.fabric'
dependencies {
    classpath 'io.fabric.tools:gradle:1.+'
}
compile('com.crashlytics.sdk.android:crashlytics:2.6.6@aar') {
    transitive = true;
}

Solution

  • Mike from Fabric here.

    Emails are not sent on each crash report (that would overwhelm many developers). An email is sent when a brand new issue happens or daily using the stability digest.

    If you're not seeing an email, I'd recommend creating a new type of issue and then see if you get the email.