We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ba85c commit ddc10deCopy full SHA for ddc10de
analytics/analytics.py
@@ -327,7 +327,7 @@ def submit_transaction(self, txn: AnalyticsTxn):
327
self._refresh_expires_at()
328
self._refresh_headers()
329
330
- self.executor.submit(self.send_message, txn.to_json())
+ self.executor.submit(self._send_message, txn.to_json())
331
except Exception:
332
# As to not interrupt everyday business logic products do when the analytics
333
# server is down, we should not raise an exception.
0 commit comments