Introduction
Atelerix captures errors and exceptions from your Flutter app so you can debug issues faster. After you complete the Flutter installation, useAtelerix.throwError to send custom errors or caught exceptions to your dashboard.
Make sure you have initialized the SDK with
Atelerix.init() before reporting errors.Report an error
UseAtelerix.throwError to manually report an error. This is useful when you catch an exception in a try/catch block and want to send it to Atelerix with extra context.
main.dart
Parameters
Verify the integration
Throw a test error to confirm everything is working:main.dart