Skip to content

"Cannot read property 'name' of null" in 5.6.1 #2200

@rchl

Description

@rchl

Package + Version

  • @sentry/browser
  • @sentry/node
  • raven-js
  • raven-node (raven for node)
  • other:

Version:

5.6.1

Description

Error caught in production. I don't have any way to reproduce.

Error:

TypeError: Cannot read property 'name' of null
  at _computeStackTrace(./node_modules/@sentry/browser/esm/tracekit.js:763:22)
  at _traceKitWindowOnUnhandledRejection(./node_modules/@sentry/browser/esm/tracekit.js:208:30)

Source:

     }
        }
        catch (e) { }
        return {
            original: ex,
>>>         name: ex.name,
            message: ex.message,
            mode: 'failed',
        };
    }
    computeStackTrace._augmentStackTraceWithInitialElement = _augmentStackTraceWithInitialElement;

Link to the event: https://sentry.io/share/issue/a9e9f18d850148f8bf4ef445be0840b0/

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