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 triaging, make sure to identify whether this issue should or shouldn't be happening -- if it's not truly exceptional, try to convert to a less interesting tracing method (e.g. a warning trace).
looking into these: they are valid requests that we are making, the packages/files exist. I believe the 403's are due to us being throttled/blocked by maven for not following their robots policy.
exceptions
| summarize
Maven403 = countif(outerMessage contains "StatusCodeError: 403" and outerMessage contains "maven")
The text was updated successfully, but these errors were encountered: