Skip to content

Convert React Native plugin to use HTTP POST #493

Closed
@benvinegar

Description

@benvinegar

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions