init push - laying out the project
This commit is contained in:
40
portal/config/appsignal.yml
Normal file
40
portal/config/appsignal.yml
Normal file
@ -0,0 +1,40 @@
|
||||
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: "686d968b-13e6-499d-857e-2ace934cd877"
|
||||
|
||||
# Your app's name
|
||||
name: "Betbeast"
|
||||
|
||||
# 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.
|
||||
development:
|
||||
<<: *defaults
|
||||
active: true
|
||||
|
||||
production:
|
||||
<<: *defaults
|
||||
active: true
|
Reference in New Issue
Block a user