You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Avoid absorbing a panic in the case n.SendNotice() returns an error
(#382)
Fixed a SIGSEGV that may occur when a backlogged notice is sent
(#352)
Started handling HTTP response 429 from the Airbrake Notice API more
granularly. Previously, we would return IP is rate limited whenever the
Airbrake Notice API returned a 429. However, this response code may also
indicate an error cap hit
(#356)