Skip to main content

Introduction

Atelerix captures errors and exceptions from your Flutter app so you can debug issues faster. After you complete the Flutter installation, use Atelerix.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

Use Atelerix.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
Then open your dashboard — the error should appear within seconds.