From 72ad2c364ec2df7611f278a8fa298bcee1ccc6d6 Mon Sep 17 00:00:00 2001 From: Neel Shah Date: Fri, 16 Aug 2024 13:04:24 +0200 Subject: [PATCH] Update docs/platforms/ruby/common/configuration/options.mdx Co-authored-by: Liza Mock --- docs/platforms/ruby/common/configuration/options.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/ruby/common/configuration/options.mdx b/docs/platforms/ruby/common/configuration/options.mdx index 6e009d9da4788..e2c1ee6b0d193 100644 --- a/docs/platforms/ruby/common/configuration/options.mdx +++ b/docs/platforms/ruby/common/configuration/options.mdx @@ -43,7 +43,7 @@ config.logger.level = ::Logger::DEBUG # defaults to INFO Lets you track your application version in Sentry. -We guess the release intelligently in the following order of preference: +We intelligently guess the release in the following order of preference: - The `SENTRY_RELEASE` environment variable - Commit SHA of the last commit (git)