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 ba4e1f4 commit 20df11eCopy full SHA for 20df11e
samples/Sentry.Samples.AspNetCore.Mvc/Program.cs
@@ -28,7 +28,7 @@ public static IWebHost BuildWebHost(string[] args) =>
28
// Tracks the release which sent the event and enables more features: https://docs.sentry.io/learn/releases/
29
// If not explicitly set here, the SDK attempts to read it from: AssemblyInformationalVersionAttribute and AssemblyVersion
30
// TeamCity: %build.vcs.number%, VSTS: BUILD_SOURCEVERSION, Travis-CI: TRAVIS_COMMIT, AppVeyor: APPVEYOR_REPO_COMMIT, CircleCI: CIRCLE_SHA1
31
- options.Release = "e386dfd"; // Could be also the be like: 2.0 or however your version your app
+ options.Release = "e386dfd"; // Could also be any format, such as: 2.0, or however version of your app is
32
33
options.MaxBreadcrumbs = 200;
34
0 commit comments