Skip to content

Commit

Permalink
[Sentry] Use Assembly's version for Release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bagusnl authored Nov 24, 2024
1 parent 484b897 commit 99e7eef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Hi3Helper.Core/Classes/SentryHelper/SentryHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ public static void InitializeSentrySdk()
o.SendDefaultPii = false;
o.MaxAttachmentSize = SentryMaxAttachmentSize;
o.DeduplicateMode = DeduplicateMode.All;
o.Release = LauncherConfig.AppCurrentVersionString;
o.Environment = Debugger.IsAttached ? "debug" : "non-debug";
});
SentrySdk.ConfigureScope(s =>
Expand Down Expand Up @@ -370,4 +369,4 @@ private static void ExceptionHandlerInner(Exception ex, ExceptionType exT = Exce
}

#endregion
}
}

0 comments on commit 99e7eef

Please sign in to comment.