We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab83d47 commit 0543c2fCopy full SHA for 0543c2f
Sources/Sentry/SentryTracer.m
@@ -412,8 +412,7 @@ - (void)canBeFinished
412
// Sending another transaction and spans with
413
// the same SentryId would be an error.
414
if (self.isFinished) {
415
- SENTRY_LOG_DEBUG(
416
- @"Span with id %@ is already finished", self.spanId.sentrySpanIdString);
+ SENTRY_LOG_DEBUG(@"Span with id %@ is already finished", self.spanId.sentrySpanIdString);
417
return;
418
}
419
0 commit comments