Files
grecia/Gemfile_custom
Javi Martín b544ec8988 Remove rollbar gem dependency
We already support Errbit and Airbrake as error monitoring services.
Since some people might not want to setup Errbit and might prefer
Rollbar over Airbrake, we're referencing it in the custom gemfile.
2021-12-08 15:56:17 +01:00

30 lines
1.1 KiB
Plaintext

# Overrides and adds customized gems in this file
# Read more on documentation:
# * English: https://github.com/consul/consul/blob/master/CUSTOMIZE_EN.md#gemfile
# * Spanish: https://github.com/consul/consul/blob/master/CUSTOMIZE_ES.md#gemfile
#
###### 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