near / devx

This is the home of NEAR collective developer experience plans and roadmap.
11 stars 0 forks source link

Implement crash reporting in Mixpanel #202

Closed crasskitty closed 4 years ago

crasskitty commented 4 years ago

As a pm at NEAR, I want the ability to have crash reporting on Mixpanel, So that I can identify when crashes are happening and why.

As a PM at NEAR, I want the start and end to be removed from Mixpanel, so that the crashes are clearly identified without additional steps.

*Keep the log at the beginning of a call not the end

crasskitty commented 4 years ago

Engineering work:

janedegtiareva commented 4 years ago

https://github.com/near/near-shell/pull/401

janedegtiareva commented 4 years ago

Note on PII: logging full data from crash reports will result in some pii being sent to mixpanel (e.g. account id that was looked up and was not found). Filtering PII out from error details is out of scope right now.

behaviary commented 4 years ago

Is it possible to do a pared down version of the report? E.g. just the fact that it crashed to start?