Class: BetterAuth::Instrumentation::Trace

Inherits:
Object
  • Object
show all
Defined in:
lib/better_auth/instrumentation.rb

Instance Method Summary collapse

Instance Method Details

#get_active_spanObject



53
54
55
# File 'lib/better_auth/instrumentation.rb', line 53

def get_active_span
  NoopSpan.new
end

#get_tracer(_name = "better-auth") ⇒ Object



49
50
51
# File 'lib/better_auth/instrumentation.rb', line 49

def get_tracer(_name = "better-auth")
  NoopTracer.new
end