honeybadger-io / honeybadger-go

Send Go (golang) panics and errors to Honeybadger.
https://www.honeybadger.io/
MIT License
34 stars 15 forks source link

Export Fingerprint fields #15

Closed smeriwether closed 8 years ago

smeriwether commented 8 years ago

I am using this library in one of my golang projects and I ran into this error when trying to use honeybadger.Fingerprint: Error: implicit assignment of unexported field 'content' in honeybadger.Fingerprint literal. My code: honeybadger.Notify(errMsg, honeybadger.Fingerprint{"Testing"})

This should fix that issue.

joshuap commented 8 years ago

👍 thanks!