We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec1a7f commit 3d1de1cCopy full SHA for 3d1de1c
src/Files.App/App.xaml.cs
@@ -90,7 +90,7 @@ async Task ActivateAsync()
90
Ioc.Default.ConfigureServices(host.Services);
91
92
// Configure Sentry
93
- if (AppLifecycleHelper.AppEnvironment != AppEnvironment.Dev)
+ if (AppLifecycleHelper.AppEnvironment is not AppEnvironment.Dev)
94
AppLifecycleHelper.ConfigureSentry();
95
96
var userSettingsService = Ioc.Default.GetRequiredService<IUserSettingsService>();
0 commit comments