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).
Looks like this is coming from a library that we use to handle zip files. Most likely an invalid zip in a package/repo we are harvesting (invalid according to the library). Seems like it should be a log and move on
exceptions | summarize InvalidCommentLength = countif(outerMessage contains "invalid comment length.")
The text was updated successfully, but these errors were encountered: