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
When using the logrus hook to send logs to sentry, the following line is printed everytime the hook is triggered but the event is dropped (e.g. by using BeforeSend):
Failed to fire hook: failed to send to sentry
The log is triggered by this particular error.
I think this error should not be thrown at all since it's a valid scenario to drop sentry events client-side.
The text was updated successfully, but these errors were encountered:
We actually need to change this 😄
As said in the PR, the HttpTransport always returns an ID, regardless if the event was actually successfully submitted over the wire.
When using the logrus hook to send logs to sentry, the following line is printed everytime the hook is triggered but the event is dropped (e.g. by using
BeforeSend
):The log is triggered by this particular error.
I think this error should not be thrown at all since it's a valid scenario to drop sentry events client-side.
The text was updated successfully, but these errors were encountered: