Skip to content

Fix event data serialization with undefined object fields

Compare
Choose a tag to compare
@agonper agonper released this 11 Mar 15:21
· 110 commits to master since this release

This release introduces no breaking changes

Bug fixes:

  • Undefined fields contained in event data were being removed by the built-in serializer. serialize-javascript has been replaced with devalue to avoid this issue. Care has been taken in keeping deserialization compatibility, so it is safe to rollout this update at runtime.

Special thanks to @matey97 for discovering the issue.