mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 20:30:35 +00:00
Bug fixes
This commit is contained in:
parent
b27fc7eb0f
commit
2d0b71720e
4 changed files with 47 additions and 46 deletions
|
@ -116,9 +116,7 @@ class _BaseState extends State<Base> with WidgetsBindingObserver {
|
|||
: screensSelectServer;
|
||||
|
||||
if (kDebugMode && dotenv.env['ENABLE_SENTRY'] == "true") {
|
||||
Sentry.captureException("Debug mode", stackTrace: {
|
||||
"aaa": "aaa"
|
||||
});
|
||||
Sentry.captureMessage("Debug mode");
|
||||
}
|
||||
|
||||
return CustomMenuBar(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue