Sha256: 8d3d5d38dc35f4feea959c5d46e2d5e23590574eaeefa549b5c2cc631dd5ba24
Contents?: true
Size: 1.12 KB
Versions: 277
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 http://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
277 entries across 277 versions & 1 rubygems