Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Liza Mock <[email protected]>
  • Loading branch information
adinauer and lizokm authored Aug 22, 2024
1 parent cff774a commit 8130fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/platforms/java/common/configuration/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ By default the SDK will try to read this value from the `SENTRY_RELEASE` environ

<ConfigKey name="environment">

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

By default the SDK will try to read this value from the `SENTRY_ENVIRONMENT` environment variable (except for the browser SDK where this is not applicable) and if this value is not set, it use the default `production`.
By default, the SDK will try to read this value from the `SENTRY_ENVIRONMENT` environment variable (except for the browser SDK where this isn't applicable). If this value isn't set, it will use the default `production`.

</ConfigKey>

Expand Down

0 comments on commit 8130fdc

Please sign in to comment.