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