chore: support for APMs (#2874)

Add the support for Newrelic and Datadog.
ref: https://www.chatwoot.com/docs/self-hosted/monitoring/apm-and-error-monitoring

fixes: #2861
This commit is contained in:
Sojan Jose
2021-08-25 01:04:29 +05:30
committed by GitHub
parent 21e8a41206
commit a9ca76d9df
6 changed files with 80 additions and 5 deletions

View File

@@ -93,7 +93,10 @@ gem 'google-cloud-dialogflow'
##--- gems for debugging and error reporting ---##
# static analysis
gem 'brakeman'
##-- apm and error monitoring ---#
gem 'ddtrace'
gem 'newrelic_rpm'
gem 'scout_apm'
gem 'sentry-rails'
gem 'sentry-ruby'