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
{{ message }}
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
It seams like there is no way to currently override the packet.Level when we call CaptureMessage. The call to client.context.interfaces() is also private so we cannot use the raw client.Capture() method to achieve the same result.
Is there any way to do this as we need to set the level tag to the "log level" on our side?
The text was updated successfully, but these errors were encountered:
We are looking to interface Sentry with alerting (OpsGenie and co) for some projects, and being able to set log level to WARNING at least is critical to making this useful.
It seams like there is no way to currently override the
packet.Level
when we callCaptureMessage
. The call toclient.context.interfaces()
is also private so we cannot use the rawclient.Capture()
method to achieve the same result.Is there any way to do this as we need to set the
level
tag to the "log level" on our side?The text was updated successfully, but these errors were encountered: