Skip to content

Commit

Permalink
Fix Rollbar not being required
Browse files Browse the repository at this point in the history
  • Loading branch information
jdudley1123 committed Nov 9, 2023
1 parent 3845301 commit 3878c6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ require_relative "lib/person/person"
require_relative "lib/breathe_client"
require_relative "lib/productive_client"

require "rollbar"

Rollbar.configure do |config|
config.access_token = ENV.fetch("ROLLBAR_ACCESS_TOKEN")
config.environment = ENV.fetch("ROLLBAR_ENVIRONMENT")
Expand Down

0 comments on commit 3878c6c

Please sign in to comment.