Skip to content

Commit e4c9841

Browse files
authored
fix(SentryOptions): correct explanation of environment (#4276)
1 parent f4a6925 commit e4c9841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Sentry/Public/SentryOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ NS_SWIFT_NAME(Options)
4848
@property (nullable, nonatomic, copy) NSString *dist;
4949

5050
/**
51-
* The environment used for this event.
51+
* The environment used for events if no environment is set on the current scope.
5252
* @note Default value is @c @"production".
5353
*/
5454
@property (nonatomic, copy) NSString *environment;

0 commit comments

Comments
 (0)