Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashlytics is it send twice errors? #171

Open
amrgetment opened this issue Jan 4, 2024 · 0 comments
Open

Crashlytics is it send twice errors? #171

amrgetment opened this issue Jan 4, 2024 · 0 comments

Comments

@amrgetment
Copy link

It is really a useful library
I want to add crashlytics integration but I wonder what will happen if I receive a crash in Talker and Crashlytics catches it too
By default Crashlytics catches errors so is this a duplicate catch if I add a CrashlyticsTalkerObserver

  void onError(err) {
      FirebaseCrashlytics.instance.recordError(
        err.error,
        err.stackTrace,
        reason: err.message,
      );
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant