kinbiko / bugsnag

Well-documented, maintainable, idiomatic, opinionated, and *unofficial* rewrite of the Bugsnag Go notifier
MIT License
3 stars 0 forks source link

ReadMemStats not preferred #35

Closed kinbiko closed 3 years ago

kinbiko commented 3 years ago

As of Go 1.16, runtime.ReadMemStats is superseded by the runtime/metrics package. Should update this package once Go 1.17 is released, and 1.16 becomes the lowest supported version for this package.

Also, maybe there's a nice way to write a shutdown API with NotifyContext