mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 23:10:40 +00:00
Made errors non-fatal by default
This commit is contained in:
parent
bd69487a52
commit
fac0d2a2c6
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ class LightmeterAnalyticsFirebase implements ILightmeterAnalyticsApi {
|
||||||
stackTrace,
|
stackTrace,
|
||||||
reason: reason,
|
reason: reason,
|
||||||
information: information,
|
information: information,
|
||||||
fatal: true,
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue