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
204 stars 69 forks source link

v2.3.0 #220

Closed DariaKunoichi closed 7 months ago

DariaKunoichi commented 7 months ago

Goal

2.3.0 (2024-03-05)

Bug fixes

Design

-

Changeset

With correct config main.go will not have whole path trimmed. Inlined functions will show in stacktrace for pkg/errors. Date/time, errors or stringers objects added to metadata will be parsed properly.

Testing

Added unit tests for trimming path for main.go. Added tests for parsing complex structs metadata. Fixed flaky test for session count. Added tests for showing stacktrace for inlined functions.