infitio / flutter-adhara

Manage huge data easily on your flutter apps thereby creating a seamless offline experience...
https://pub.dartlang.org/packages/adhara
BSD 2-Clause "Simplified" License
12 stars 5 forks source link

Customizable Error reporting `r.errorReporter` #5

Open tiholic opened 5 years ago

tiholic commented 5 years ago

Currently an instance of Sentry is used across the lifecycle of the application. This should be made more flexible to dynamically add Sentry Event properties like User details. Hook to be provided to manually raise errors from Resources.

Required functions be like: ErrorReporter.getIsntance(...) ErrorReproter.report(...)