Skip to content

Commit

Permalink
logger start
Browse files Browse the repository at this point in the history
  • Loading branch information
jtomchak committed Nov 7, 2023
1 parent 3368a9a commit 4eb01bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
# Used to be implicitly required in action_mailbox/engine
require 'mail'

# Appsignal Run
require 'appsignal'
# Start the logger and the Agent
Appsignal.start_logger
Appsignal.start
# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)
Expand Down

0 comments on commit 4eb01bb

Please sign in to comment.