mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-19 08:37:06 +00:00
refactor: make pmapi.Client the interface
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user