endlessm / azafea

Service to track device activations and usage metrics
Mozilla Public License 2.0
10 stars 2 forks source link

model: Improve the string representation #20

Closed bochecha closed 5 years ago

bochecha commented 5 years ago

With sequence events, we are going to have some nullable relationships.

In addition, we're seeing errors in production where some ping events don't have a ping configuration, and the printing error is masking the underlying one.

As a result, the method calculating the string representation needs to take that into account.