Update GitHub actions
This commit is contained in:
parent
06511f8d46
commit
a93950fcf3
|
|
@ -91,7 +91,7 @@ void main({bool isTesting = false}) async {
|
||||||
),
|
),
|
||||||
]));
|
]));
|
||||||
|
|
||||||
if (kIsWeb || !kReleaseMode) {
|
if (!kReleaseMode) {
|
||||||
runApp(InvoiceNinjaApp(store: store));
|
runApp(InvoiceNinjaApp(store: store));
|
||||||
} else {
|
} else {
|
||||||
await SentryFlutter.init(
|
await SentryFlutter.init(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue