Skip to content

Commit ddc10de

Browse files
committed
Update transaction submittion for analytics debugging
1 parent 18ba85c commit ddc10de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analytics/analytics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def submit_transaction(self, txn: AnalyticsTxn):
327327
self._refresh_expires_at()
328328
self._refresh_headers()
329329

330-
self.executor.submit(self.send_message, txn.to_json())
330+
self.executor.submit(self._send_message, txn.to_json())
331331
except Exception:
332332
# As to not interrupt everyday business logic products do when the analytics
333333
# server is down, we should not raise an exception.

0 commit comments

Comments
 (0)