Skip to content

Commit

Permalink
chore: update newrelic conf (#2131)
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitz committed Aug 13, 2024
1 parent 8835aa9 commit 5938608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/charts/daily_statistic_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def call

daily_statistic
rescue Exception => e
NewRelic::Agent.notice_error(e.message)
NewRelic::Agent.notice_error(e)
end

private
Expand Down
1 change: 1 addition & 0 deletions config/newrelic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ common: &default_settings

# Logging level for log/newrelic_agent.log
log_level: info
disable_sidekiq: true

application_logging:
# If `true`, all logging-related features for the agent can be enabled or disabled
Expand Down

0 comments on commit 5938608

Please sign in to comment.