Class: BetterAuth::Instrumentation::NoopSpan
- Inherits:
-
Object
- Object
- BetterAuth::Instrumentation::NoopSpan
- Defined in:
- lib/better_auth/instrumentation.rb
Instance Method Summary collapse
- #add_event(_name, _attributes = nil) ⇒ Object
- #end ⇒ Object
- #record_exception(_error) ⇒ Object
- #set_attribute(_key, _value) ⇒ Object
- #set_attributes(_attributes) ⇒ Object
- #set_status(_status) ⇒ Object
Instance Method Details
#add_event(_name, _attributes = nil) ⇒ Object
28 29 30 |
# File 'lib/better_auth/instrumentation.rb', line 28 def add_event(_name, _attributes = nil) self end |
#end ⇒ Object
32 33 34 |
# File 'lib/better_auth/instrumentation.rb', line 32 def end self end |
#record_exception(_error) ⇒ Object
20 21 22 |
# File 'lib/better_auth/instrumentation.rb', line 20 def record_exception(_error) self end |
#set_attribute(_key, _value) ⇒ Object
12 13 14 |
# File 'lib/better_auth/instrumentation.rb', line 12 def set_attribute(_key, _value) self end |
#set_attributes(_attributes) ⇒ Object
16 17 18 |
# File 'lib/better_auth/instrumentation.rb', line 16 def set_attributes(_attributes) self end |
#set_status(_status) ⇒ Object
24 25 26 |
# File 'lib/better_auth/instrumentation.rb', line 24 def set_status(_status) self end |