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

v2.3.1 #225

Closed DariaKunoichi closed 5 months ago

DariaKunoichi commented 5 months ago

Goal

2.3.1 (2024-03-18)

Bug fixes

Changeset

Added checks for nil pointers and nil interfaces before sanitizing complex structs in metadata AddStruct function.

Testing

Added unit tests for different nil objects in metadata.AddStruct.