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
In our application, we want to set the Data fields in the raven.Http struct which is logged.
logrus_sentry currently doesn't make this possible.
I see two possible solutions. The easiest one would be to make getHTTPRequest() return a raven.Http struct, either creating it from a http.Request, or returning it directly if it's already a raven.Http struct.
The more general solution would be #29. And even then, if #29 is decided to be a good idea, there might be room for both.
What do you think?
The text was updated successfully, but these errors were encountered:
In our application, we want to set the
Data
fields in theraven.Http
struct which is logged.logrus_sentry currently doesn't make this possible.
I see two possible solutions. The easiest one would be to make getHTTPRequest() return a
raven.Http
struct, either creating it from ahttp.Request
, or returning it directly if it's already araven.Http
struct.The more general solution would be #29. And even then, if #29 is decided to be a good idea, there might be room for both.
What do you think?
The text was updated successfully, but these errors were encountered: