module Traces::Backend::Capture::Interface

def active?

@returns [Boolean] Whether there is an active trace.
def active?
	!!Fiber.current.traces_backend_context
end