-
-
Notifications
You must be signed in to change notification settings - Fork 355
Closed
Description
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
- hasCORS is false
- Content-type header not set
the request will not send.
Metadata
Metadata
Assignees
Labels
No labels