Closed
Description
We are getting reports that React Native produces particularly long stack traces, and the HTTP GETs produced by Raven.js are causing 414 "URI too long" errors.
Unfortunately, this isn't as simple as just switching "GET" to "POST" ... The Sentry server requires CORS headers, which React Native's "emulated" XHR may not support (for example, React Native does not support withCredentials
). Need to investigate.
Metadata
Metadata
Assignees
Labels
No labels