You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow saving occurrences with invalid context (#71)
This change updates how an occurrence is stored in order to validate if
the context can be serialized to be stored on the database.
If the context cannot be serialized, we emit a warning log message and
store an error as the context.
Extra tests have been added for the new functionality.
**Note:** This is a proposal. I think it may be a good idea but it adds
a bit more of complexity on occurrence building. On the other hand, we
avoid having issues which are invisible to our users by not storing
them.
Closes#65 (again)
0 commit comments