lib/sapience/error_handler/silent.rb in sapience-2.1.0 vs lib/sapience/error_handler/silent.rb in sapience-2.2.0

- old
+ new

@@ -18,8 +18,21 @@ end def capture_message(_message, _payload = {}) nil end + + def capture(_options: {}) + nil + end + alias_method :capture!, :capture + + def user_context(_options = {}) + nil + end + + def tags_context(_options = {}) + nil + end end end end