Skip to content

Uncaught hole #1143

Description

@WhatAKitty

What is the current behavior?

Delete the last word in input field, the browser will blocking until raven-js throw Uncaught hole exception in below code:

try {
        // Attempt to invoke user-land function
        // NOTE: If you are a Sentry user, and you are seeing this stack frame, it
        //       means Raven caught an error invoking your application code. This is
        //       expected behavior and NOT indicative of a bug with Raven.js.
        return func.apply(this, args);
      } catch (e) {
        self._ignoreNextOnError();
        self.captureException(e, options);
        throw e;
      }

What is the expected behavior?

Raven.js version: 3.20.1 and Using npm package.
browser: chrome
OS: MacOS, windows 10
React: 0.14.3
Hosted Sentry by ourselves (8.21.0)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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