Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Oct 20, 2023
1 parent a246b5a commit dc38688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/app/lib/call_platform/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def notify_tts_event(params)
response = http_client.post("/services/tts_events", params.to_json)

unless response.success?
Sentry.capture_message("Invalid phone call event", extra: { response_body: response.body })
Sentry.capture_message("Invalid TTS event", extra: { response_body: response.body })
end
end

Expand Down

0 comments on commit dc38688

Please sign in to comment.