Skip to content

Commit

Permalink
ref: remove unused constant (#4123)
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight authored Jun 28, 2024
1 parent 4bad5f9 commit efd8ddb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/Sentry/SentryOptions.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#import "SentrySessionReplayIntegration.h"
#import "SentrySwift.h"
#import "SentrySwiftAsyncIntegration.h"
#import "SentryTracer.h"
#import <objc/runtime.h>

#if SENTRY_HAS_UIKIT
Expand Down Expand Up @@ -114,7 +115,7 @@ - (instancetype)init
self.attachScreenshot = NO;
self.attachViewHierarchy = NO;
self.enableUserInteractionTracing = YES;
self.idleTimeout = 3.0;
self.idleTimeout = SentryTracerDefaultTimeout;
self.enablePreWarmedAppStartTracing = NO;
#endif // SENTRY_HAS_UIKIT
self.enableAppHangTracking = YES;
Expand Down

0 comments on commit efd8ddb

Please sign in to comment.