class Appsignal::Extension
def method_missing(m, *args, &block)
Disabled in testing so we can make sure that we don't miss a extension
Do nothing if the extension methods are not loaded
def method_missing(m, *args, &block) super if Appsignal.testing? end