Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Sep 22, 2024
1 parent d5289aa commit 2696c85
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ def call
p error_messages.join("\n")
p "error_tracking_client: #{error_tracking_client}"
p AppSettings[:sentry_dsn]
p AppSettings.credentials
p AppSettings.env
error_tracking_client.capture_message(error_messages.join("\n"))

Check warning on line 34 in components/services/app/workflows/handle_opensips_log_event.rb

View check run for this annotation

Codecov / codecov/patch

components/services/app/workflows/handle_opensips_log_event.rb#L29-L34

Added lines #L29 - L34 were not covered by tests
end
end
Expand Down

0 comments on commit 2696c85

Please sign in to comment.