mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 11:37:58 +00:00
chore: Load only required APMs (#6497)
- Disable requiring the gems for all the APMs - Switch to selectively requiring them.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
require 'rails_helper'
|
||||
# explicitly requiring since we are loading apms conditionally in application.rb
|
||||
require 'sentry-ruby'
|
||||
|
||||
describe ChatwootExceptionTracker do
|
||||
it 'use rails logger if no tracker is configured' do
|
||||
|
||||
Reference in New Issue
Block a user