refactor: make pmapi.Client the interface

This commit is contained in:
James Houlahan
2020-04-06 16:02:37 +02:00
parent 6e38a65bd8
commit f269be4291
34 changed files with 806 additions and 856 deletions

View File

@ -146,7 +146,7 @@ func findPanicSender(s *SentryThreads, err error) string {
}
// ReportSentryCrash reports a sentry crash with stacktrace from all goroutines.
func (c *Client) ReportSentryCrash(reportErr error) (err error) {
func (c *client) ReportSentryCrash(reportErr error) (err error) {
if reportErr == nil {
return
}