Skip to content

Commit cf01684

Browse files
committed
Fixup
1 parent 54e2a43 commit cf01684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

newrelic/api/transaction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ def sampled(self):
661661
@property
662662
def ct_sampled(self):
663663
# If DT doesn't sample it CT will.
664-
if not self.sampled and settings.core_tracing.enabled:
664+
if not self.sampled and self._settings.core_tracing.enabled:
665665
return True
666666
return False
667667

0 commit comments

Comments
 (0)