package
OpenTracing::Implementation::DataDog;
use
strict;
use
warnings;
our
$VERSION
=
'v0.46.1'
;
sub
bootstrap_tracer {
my
$implementation_class
=
shift
;
my
@implementation_args
=
@_
;
return
Tracer->new(
@implementation_args
);
}
BEGIN {
}
# check at compile time, perl -c will work
1;