Skip to content

Commit 18f68d7

Browse files
committed
Fix build error due to missing using in SentryHelper.cs
oopsies....
1 parent 7ac974b commit 18f68d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Hi3Helper.Core/Classes/SentryHelper/SentryHelper.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
using System.Threading;
44
using System.Threading.Tasks;
55
using Hi3Helper.Shared.Region;
6+
#if DEBUG
7+
using Sentry.Infrastructure;
8+
#endif
69
using Sentry.Protocol;
710
using System.Diagnostics;
811

0 commit comments

Comments
 (0)