Hi,
When sending error reports to Sentry we randomly receive back a HTTP 400 error with the body: {“detail”:“bad x-sentry-auth header”,“causes”:[“invalid value for version”]}
Running the exact same command repeatedly would result in some attempts succeeding and some failing, which leads us to believe there is something on Sentry’s side which sometimes treats requests differently.
(We are using the raven-clj library to report errors to Sentry from our Clojure/Java app.)
Does anyone else experience this issue? Any tips?