Skip to content

Commit

Permalink
Update sentry/src/main/java/io/sentry/SentryOptions.java
Browse files Browse the repository at this point in the history
Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com>
  • Loading branch information
lbloder and romtsn authored Mar 22, 2023
1 parent de092fe commit 4ed1f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry/src/main/java/io/sentry/SentryOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ public void setRelease(@Nullable String release) {
/**
* Returns the environment
*
* @return the environment or null if not set
* @return the environment or 'production' if not set
*/
public @Nullable String getEnvironment() {
return environment != null ? environment : DEFAULT_ENVIRONMENT;
Expand Down

0 comments on commit 4ed1f71

Please sign in to comment.