Skip to content

Commit

Permalink
ref: Code docs default for sessionTrackingInterval (#2749)
Browse files Browse the repository at this point in the history
Add default value for SentryOptions.sessionTrackingIntervalMillis to code docs.

Co-authored-by: Andrew McKnight <[email protected]>
  • Loading branch information
philipphofmann and armcknight authored Mar 7, 2023
1 parent c9724f9 commit d253cdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/Sentry/Public/SentryOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ NS_SWIFT_NAME(Options)
@property (nonatomic, assign) BOOL enableWatchdogTerminationTracking;

/**
* The interval to end a session if the App goes to the background.
* The interval to end a session after the App goes to the background.
* The default is 30 seconds.
*/
@property (nonatomic, assign) NSUInteger sessionTrackingIntervalMillis;

Expand Down

0 comments on commit d253cdf

Please sign in to comment.