Sha256: 1afa51033d12fa7910a04577e2137354a6fe4a5d2cb31309c1b2048b74ff081d
Contents?: true
Size: 1.12 KB
Versions: 180
Compression:
Stored size: 1.12 KB
Contents
default: &defaults # Your push api key, it is possible to set this dynamically using ERB: # push_api_key: "<%%= ENV['APPSIGNAL_PUSH_API_KEY'] %>" push_api_key: "<%= push_api_key %>" # Your app's name name: "<%= app_name %>" # Actions that should not be monitored by AppSignal # ignore_actions: # - ApplicationController#isup # Errors that should not be recorded by AppSignal # For more information see our docs: # https://docs.appsignal.com/ruby/configuration/ignore-errors.html # ignore_errors: # - Exception # - NoMemoryError # - ScriptError # - LoadError # - NotImplementedError # - SyntaxError # - SecurityError # - SignalException # - Interrupt # - SystemExit # - SystemStackError # See https://docs.appsignal.com/ruby/configuration/options.html for # all configuration options. # Configuration per environment, leave out an environment or set active # to false to not push metrics for that environment. <% environments.each do |environment| -%> <%= environment %>: <<: *defaults active: true <%= "\n" unless environment == environments.last -%> <% end -%>
Version data entries
180 entries across 180 versions & 1 rubygems