Skip to content

TCrashlytics is a lightweight, realtime crash reporter that helps you track, prioritize, and fix stability issues that erode your app quality. Set your bot token and chat id to get all crash reports through telegram bot.

License

Notifications You must be signed in to change notification settings

xaldarof/flutter-telegram-crashlytics

Repository files navigation

TCrashlytics is a lightweight, realtime crash reporter that helps you track, prioritize, and fix stability issues that erode your app quality. Set your bot token and chat id to get all crash reports through telegram bot.

Open pub.dev

void main() async {
  var reporter = TCrashReporter();
  var testChatId = "-1001608228640";
  var testBotToken = "5790685024:AAHvppoippppppppppppUA";

  reporter.initialize(testBotToken, testChatId);
  reporter.scope(() {
    runApp(const TCrashReporterExampleApp());
  });
}

You will get reports like this:

  1. All information about device
  2. Exception message
  3. Date

Example exception report

alt text

If user is not connected to the internet,all exceptions will be cached while connection will not available on this device, also library will check connection every 3 hours to try sync data.

I would be very happy if you give me your own suggestion: (Twitter) (Instagram) (Telegram)

About

TCrashlytics is a lightweight, realtime crash reporter that helps you track, prioritize, and fix stability issues that erode your app quality. Set your bot token and chat id to get all crash reports through telegram bot.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages