refactor(sentry): standardize exceptions to prevent Sentry minification
This commit is contained in:
@@ -130,7 +130,7 @@ class LogTracking {
|
||||
|
||||
return fileDirectory;
|
||||
} else {
|
||||
throw DeviceNotSupportedException();
|
||||
throw const DeviceNotSupportedException();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user