bugsnag / bugsnag-flutter

BugSnag crash reporting for Flutter apps
https://docs.bugsnag.com/platforms/flutter/
MIT License
11 stars 11 forks source link

Serialize enum metadata #206

Closed 0HyperCube closed 1 year ago

0HyperCube commented 1 year ago

Goal

Closes #198

Design

The metadata is now always sanitised, meaning that all enums are converted to strings.

Testing

Test added to ensure that different data types are properly sanitised when passed as metadata.