From dc386884397c702e82d7b0271ae9aea15528bcef Mon Sep 17 00:00:00 2001 From: David Wilkie Date: Fri, 20 Oct 2023 20:14:22 +0700 Subject: [PATCH] WIP --- components/app/lib/call_platform/client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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