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

Logging in FirebaseCrashlytics does not work #135

Open
BDemetrix opened this issue Jul 31, 2023 · 3 comments
Open

Logging in FirebaseCrashlytics does not work #135

BDemetrix opened this issue Jul 31, 2023 · 3 comments

Comments

@BDemetrix
Copy link

BDemetrix commented Jul 31, 2023

If I create a class as specified here https://pub.dev/packages/talker_flutter#talkerobserver
But I only import import 'package:talker_flutter/talker_flutter.dart';.

Then the construction:

final crashlyticsTalkerObserver = CrashlyticsTalkerObserver();
final talker = TalkerFlutter.init(observer: crashlyticsTalkerObserver);

doesn't work for Crashlytics doesn't work for sending error reports

image

image

It's also not a good idea to wrap everything in runZonedGuarded() as it gets lost
Stack trace

image

@Frezyx
Copy link
Owner

Frezyx commented Aug 5, 2023

Hello @BDemetrix !
I don't understand why it happens on your side 😞

Firstly package have TalkerObserver test and it passed in last release
https://github.com/Frezyx/talker/blob/7d9d5429269847c684ec661200f6bcf287e87da2/packages/talker/test/talker_observer_test.dart

And here you can see my real project Crashlytics dashboard
This project developed with talker from first day
image

@jArecki444
Copy link

Hi! I have the same problem. It looks a bit like observer doesn't want to initialize - besides the crashlytics example, I checked ExampleTalkerObserver from the documentation and code I put there is not executed.
I am using flutter version 3.13.3

@njwandroid
Copy link

@jArecki444 @BDemetrix @Frezyx any update plz?

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

4 participants