From 9c9337487528c20fea5e611aaa813fff89ae26a0 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Wed, 19 Jun 2024 11:15:41 -0500 Subject: [PATCH] Log on incoming group text --- sgx_jmp.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/sgx_jmp.rb b/sgx_jmp.rb index 9561c71221516cfbfcdc041fe6f5d1daf4900931..6c5dee843ed89c9cb094776f4e38cdf58431ffcc 100644 --- a/sgx_jmp.rb +++ b/sgx_jmp.rb @@ -307,6 +307,7 @@ message( ) do |m| StatsD.increment("inbound_group_text") Sentry.get_current_scope.set_transaction_name("inbound_group_text") + log.info "Possible group text #{m.from}" address = m.find("ns:addresses", ns: ADDRESSES_NS).first &.find("ns:address", ns: ADDRESSES_NS)