Skip to content

Commit

Permalink
Update docs/platforms/ruby/common/configuration/options.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Liza Mock <[email protected]>
  • Loading branch information
sl0thentr0py and lizokm authored Aug 16, 2024
1 parent 1ef40f0 commit ac46862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platforms/ruby/common/configuration/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ How many lines to display before/after the line where issue occurs. Default is `

Sets the environment. This string is freeform and not set by default. A release can be associated with more than one environment so that you can separate them in the UI (think `staging` vs `prod` or similar).

Sentry automatically sets the current environment from the environment variables `SENTRY_CURRENT_ENV`, `SENTRY_ENVIRONMENT`, `RAILS_ENV`, `RACK_ENV` in that order and defaults to `development`.
Sentry automatically sets the current environment from the environment variables: `SENTRY_CURRENT_ENV`, `SENTRY_ENVIRONMENT`, `RAILS_ENV`, `RACK_ENV` in that order and defaults to `development`.

<PlatformContent includePath="set-environment" />

Expand Down

0 comments on commit ac46862

Please sign in to comment.