Skip to content

Commit 20df11e

Browse files
Update Program.cs (#480)
Tiny grammar fix
1 parent ba4e1f4 commit 20df11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/Sentry.Samples.AspNetCore.Mvc/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static IWebHost BuildWebHost(string[] args) =>
2828
// Tracks the release which sent the event and enables more features: https://docs.sentry.io/learn/releases/
2929
// If not explicitly set here, the SDK attempts to read it from: AssemblyInformationalVersionAttribute and AssemblyVersion
3030
// 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
31+
options.Release = "e386dfd"; // Could also be any format, such as: 2.0, or however version of your app is
3232

3333
options.MaxBreadcrumbs = 200;
3434

0 commit comments

Comments
 (0)