Skip to content

Commit

Permalink
fix: non-ios builds
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Jul 12, 2022
1 parent 035a578 commit d2dfd83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Sentry/SentryTracer.m
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,9 @@ - (void)finishInternal
}
profiler = nil;
}
#if SENTRY_HAS_UIKIT
[SentryFramesTracker.sharedInstance resetProfilingTimestamps];
#endif // SENTRY_HAS_UIKIT
[profilerLock unlock];
}
#endif
Expand Down

0 comments on commit d2dfd83

Please sign in to comment.