Skip to content

Commit

Permalink
fix: remove warning that spammed logs when called from display link c…
Browse files Browse the repository at this point in the history
…allbacks (#3284)
  • Loading branch information
armcknight authored Sep 18, 2023
1 parent 530bde5 commit db31083
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Fix how profiles were identified in the backend for grouping and issue correlation purposes (#3282)
- Ensure GPU frame data is always sent with profiles even if `enableAutoPerformanceTracing` is `NO` (#3273)
- Gather metric readings fully covering the duration of a profile (#3272)
- Remove spammy logs (#3284)

### Features

Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryProfiler.mm
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ - (void)start
- (BOOL)isRunning
{
if (_profiler == nullptr) {
SENTRY_LOG_WARN(@"No profiler instance found.");
return NO;
}
return _profiler->isSampling();
Expand Down

0 comments on commit db31083

Please sign in to comment.