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 9869709 commit d5289aa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def call

p error_messages.join("\n")
p "error_tracking_client: #{error_tracking_client}"
p AppSettings[:sentry_dsn]
error_tracking_client.capture_message(error_messages.join("\n"))

Check warning on line 32 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-L32

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

0 comments on commit d5289aa

Please sign in to comment.