More debug (#405)

* Extra options for sentry

* Use string comparison

* Catch error when constructing related field

* Include field name in debug
This commit is contained in:
Oliver 2023-07-23 09:55:08 +10:00 committed by GitHub
parent 2e2e9640d4
commit b044c53d91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 42 additions and 20 deletions

View file

@ -70,3 +70,7 @@ flutter:
- assets/sounds/barcode_scan.mp3
- assets/sounds/barcode_error.mp3
- assets/sounds/server_error.mp3
sentry:
upload_debug_symbols: true
upload_source_maps: true