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
I can see the error-msg coming through inside messageParams, but where is the other fields I sent in the log message, eg the error Boom! and the "keyOne": "valueOne" and "keyTwo": 10 values?
The text was updated successfully, but these errors were encountered:
I'm using the
"github.com/airbrake/gobrake/v5/zap"
package that allows me to send my zap logs to Airbrake and its working great.When I call the zap logger, I'm typically passing through some fields like this example:
When I look in airbrake thats being delivered with this context:
I can see the
error-msg
coming through insidemessageParams
, but where is the other fields I sent in the log message, eg the errorBoom!
and the"keyOne": "valueOne"
and"keyTwo": 10
values?The text was updated successfully, but these errors were encountered: