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 android http client fails due to an unexpected end of socket error sentry throws an error "one of 'message' or 'data' must be set". The end of socket error is described here: https://codeday.me/en/qa/20190305/2222.html
Steps to reproduce:
Using a tool like charles proxy, throttle your connection. It's important to use a tool that allows you to set "reliability" low so that you get failing network requests. This error can occur without using a tool to disrupt your network requests, but it's incredibly hard to reproduce in the wild unless you have a readily available unreliable network.
When that error occurs, sentry throws the error "IllegalArgumentExceptionion: io.sentry.event.Breadcrumb one of 'message' or 'data' must be set"
javascript execution is stopped at this point
Actual result:
sentry illegal argument exception is thrown, js execution is stopped
Expected result:
don't throw that error. im not sure if js execution is stopped because of the sentry error or the java error, but i'd hope to be able to catch the error and respond gracefully
The text was updated successfully, but these errors were encountered:
OS:
Platform:
Output of
node -v && npm -v && npm ls --prod --depth=0
Config:
I have following issue:
When android http client fails due to an unexpected end of socket error sentry throws an error "one of 'message' or 'data' must be set". The end of socket error is described here: https://codeday.me/en/qa/20190305/2222.html
Steps to reproduce:
Actual result:
Expected result:
The text was updated successfully, but these errors were encountered: