mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Sentry fix (#395)
* Extra sentry diagnostics * Fix unit test * Unit test updates * More unit test updates
This commit is contained in:
parent
6fe23fa846
commit
2babf27db5
6 changed files with 19 additions and 5 deletions
|
|
@ -38,6 +38,8 @@ Future<void> main() async {
|
|||
options.dsn = SENTRY_DSN_KEY;
|
||||
options.release = release;
|
||||
options.environment = isInDebugMode() ? "debug" : "release";
|
||||
options.diagnosticLevel = SentryLevel.debug;
|
||||
options.attachStacktrace = true;
|
||||
});
|
||||
|
||||
// Pass any flutter errors off to the Sentry reporting context!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue