Skip to content

fallback not work #185

@ipy

Description

@ipy

In raven.js of the raven-js lib, _drainPlugins is in install method while the globalOptions assignment is in config. So _globalOptions.transport won't be assigned to globalOptions.transport.
When native not available, it will use the default transport in raven.js instead of which in the react-native plugin. and because

  1. hasCORS is false
  2. Content-type header not set

the request will not send.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions