rework bugsnag integration (#671)

This commit is contained in:
Jason Dove
2022-03-03 21:39:46 -06:00
committed by GitHub
parent 1ab98578ab
commit ec1b2502f1
25 changed files with 213 additions and 22 deletions
+1
View File
@@ -85,6 +85,7 @@ public class Startup
configuration.AppVersion = Assembly.GetEntryAssembly()
?.GetCustomAttribute<AssemblyInformationalVersionAttribute>()
?.InformationalVersion ?? "unknown";
configuration.AutoNotify = false;
configuration.NotifyReleaseStages = new[] { "public", "develop" };