bugsnag / bugsnag-go

Automatic panic monitoring for Go and Go web frameworks, like negroni, gin, and revel
https://docs.bugsnag.com/platforms/go
MIT License
203 stars 69 forks source link

Handle complex structs in metadata #215

Closed DariaKunoichi closed 6 months ago

DariaKunoichi commented 6 months ago

Goal

New fields with complex struct types in metadata could not be properly processed and resulted in "{}" in output.

Design

-

Changeset

Added handling for known complex types like date and time, errors, stringers.

Testing

Unit tests added.