Sha256: af9ffbb5889e529f1c295cdfceec7816ee5500ce57a3b82cddd9161a7907a344
Contents?: true
Size: 657 Bytes
Versions: 650
Compression:
Stored size: 657 Bytes
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: "my_app_key" # Your app's name name: "MyApp" # The cuttoff point in ms above which a request is considered slow, default is 200 # slow_request_threshold: 200 # Actions that should not be monitored by AppSignal # ignore_actions: # - ApplicationController#isup # Configuration per environment, leave out an environment or set active # to false to not push metrics for that environment. development: <<: *defaults active: true production: <<: *defaults active: true
Version data entries
650 entries across 650 versions & 1 rubygems