Skip to content
Snippets Groups Projects
Commit 74dc1e83 authored by Jano Hendriks's avatar Jano Hendriks
Browse files

Expand custom error with bypassRaygun and bypassSQSError: Fix function name

parent a82095e1
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ func (err *CustomError) BypassSQSError() error {
return err
}
func (err *CustomError) ShouldSQSError() bool {
func (err *CustomError) ShouldBypassSQSError() bool {
return err.bypassSQSError
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment