getsentry / raven-go

Sentry client in Go
https://sentry.io
BSD 3-Clause "New" or "Revised" License
561 stars 148 forks source link

Better document on interfaces ...Interface field #197

Closed pzhao5 closed 5 years ago

pzhao5 commented 6 years ago

Ex: /CaptureErrors formats and delivers an error to the Sentry server using the default Client. Adds a stacktrace to the packet, excluding the call to this method.*/ func CaptureError(err error, tags map[string]string, interfaces ...Interface) string

This is very hard to read and understand what variable interfaces is. And how I could use this field

kamilogorek commented 5 years ago

Will be fixed by https://github.com/getsentry/sentry-docs/pull/748