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 7ac974b commit 18f68d7Copy full SHA for 18f68d7
Hi3Helper.Core/Classes/SentryHelper/SentryHelper.cs
@@ -3,6 +3,9 @@
3
using System.Threading;
4
using System.Threading.Tasks;
5
using Hi3Helper.Shared.Region;
6
+#if DEBUG
7
+using Sentry.Infrastructure;
8
+#endif
9
using Sentry.Protocol;
10
using System.Diagnostics;
11
0 commit comments