Files
grecia/Gemfile_custom
Javi Martín 0349f0b1a3 Remove obsolete comments in Gemfile_custom
The CUSTOMIZE files don't exist anymore.
2021-12-08 15:56:17 +01:00

26 lines
907 B
Plaintext

# Add custom gem dependencies in this file.
###### Application monitoring services ######
#
# By default Consul supports the Errbit self-hosted error monitoring service,
# through the Airbrake gem. That means Consul also supports using Airbrake as
# an external service to monitor errors and application performance.
#
# Here are some other services which can be used to monitor application errors
# and performance.
# Newrelic is an external service which helps you monitor the application
# performance
# gem "newrelic_rpm", "insert_gem_version_here"
# Sentry is an external or self-hosted service which helps you monitor the
# application errors and performance
# gem "sentry-ruby", "insert_gem_version_here"
# Rollbar is an external service which helps you monitor the application errors
# gem "rollbar", "insert_gem_version_here"
###### Other gems ######
#
# Add your custom gem dependencies here