status-go
status-go copied to clipboard
feat(telemetry)_: track store confirmation failures
Notifies telemetry when a message sent with store confirmation expires.
Modifies the go-routine in startMessageSender to push a new metric to the telemetry client when it detects an item in the msgExpiredChan channel.
Important changes:
- [ ] Depends on https://github.com/status-im/telemetry/pull/52
Closes https://github.com/status-im/telemetry/issues/46