Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion analytics/analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def submit_transaction(self, txn: AnalyticsTxn):
self._refresh_expires_at()
self._refresh_headers()

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