diff --git a/components/app/lib/call_platform/client.rb b/components/app/lib/call_platform/client.rb index 37564da96..9f9ddfec1 100644 --- a/components/app/lib/call_platform/client.rb +++ b/components/app/lib/call_platform/client.rb @@ -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