forked from consuldemocracy/consuldemocracy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile_custom
26 lines (21 loc) · 929 Bytes
/
Gemfile_custom
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Add custom gem dependencies in this file.
###### Application monitoring services ######
#
# By default Consul Democracy supports the Errbit self-hosted error monitoring
# service, through the Airbrake gem. That means Consul Democracy 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