The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

OpenTracing::Implementation::NoOp::Span - NoOp, so code won't break!

DESCRIPTION

Objects of this class implement the required methods of the OpenTracing::Interface::Span, to be compliant during testing and allow applications to continue working without having to catch exceptions all the time.

None of the methods will do anything useful.