Skip to content

App crash with react native integration #468

@qbig

Description

@qbig

App crash everytime once started. Using 2.0.4 and react native pluggin

var Raven = require('raven-js');
require('raven-js/plugins/react-native')(Raven);
Raven
  .config('https://https://[email protected]/xxxx', { release: RELEASE_ID })
  .install();
01-12 09:24:15.371 19126-19167/com.rnmenu E/ReactNative: Got JS Exception: TypeError: undefined is not a function (evaluating 'this._handleStackInfo(n,t)')
01-12 09:24:15.371 19126-19167/com.rnmenu W/dalvikvm: threadid=19: thread exiting with uncaught exception (group=0xa4d34b20)
01-12 09:24:15.411 19126-19167/com.rnmenu E/AndroidRuntime: FATAL EXCEPTION: mqt_js
                                                            Process: com.rnmenu, PID: 19126
                                                            com.facebook.react.bridge.JSExecutionException: TypeError: undefined is not a function (evaluating 'this._handleStackInfo(n,t)') (line 19 in the generated bundle)
                                                                at com.facebook.react.bridge.ReactBridge.loadScriptFromAssets(Native Method)
                                                                at com.facebook.react.bridge.JSBundleLoader$1.loadScript(JSBundleLoader.java:32)
                                                                at com.facebook.react.bridge.CatalystInstance$2.run(CatalystInstance.java:138)
                                                                at android.os.Handler.handleCallback(Handler.java:733)
                                                                at android.os.Handler.dispatchMessage(Handler.java:95)
                                                                at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:31)
                                                                at android.os.Looper.loop(Looper.java:136)
                                                                at com.facebook.react.bridge.queue.MessageQueueThread$1.run(MessageQueueThread.java:137)
                                                                at java.lang.Thread.run(Thread.java:841)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions