hello-nrfcloud / firmware

Firmware for devices connecting to nRF Cloud for the out-of-box experience
Other
3 stars 6 forks source link

Publish trace event to Memfault if nRF Cloud connection fails #223

Open coderbyheart opened 1 week ago

coderbyheart commented 1 week ago

https://docs.memfault.com/docs/mcu/trace-events

simensrostad commented 3 days ago

We are sending a trace event when the device fails to decode an incoming config:

https://github.com/hello-nrfcloud/firmware/blob/c295af3463c8253fcd837ce9aa9981a6455a90aa/app/src/modules/memfault/memfault.c#L43

Should be used as inspiration