question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TypeError: this.handleUnhandledRejects is not a function

See original GitHub issue

Kinda a critical error 😃 Typo in a function name here for a server side run.

Besides this, I am very confused. Official docs are using node_rollbar module approach and yet by installing rollbar module I am getting 2.0.0-alpha.5 of the module from this repo which is rather different to use. On top of that, it’s very hard to actually find relevant docs as master branch is for a client side use only.

It’s very unfortunate for a newcomer like this and takes quite a lot of time to figure what’s wrong actually.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
rokobcommented, May 1, 2017

This is fixed via the referenced merged PR. Sorry about the confusion with latest being on a branch. I will close this once the other issues you have addressed are taken care of.

0reactions
danielkczcommented, May 1, 2017

Awesome, that’s definitely better approach, thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Handle JavaScript Uncaught TypeError: “x” is Not a ...
The Javascript TypeError: "x" is not a function occurs when calling a function on a value or object, which is not actually a...
Read more >
TypeError: "x" is not a function - JavaScript - MDN Web Docs
The JavaScript exception "is not a function" occurs when there was an attempt to call a value from a function, but the value...
Read more >
Unhandled rejection TypeError: Role.Create is not a function ...
In my case, it was an issue with the import. Look below. wrong const RoleModel = require("../models/role.model");. correct
Read more >
How to solve the "is not a function" error in JavaScript
js we use require() to load external modules and files. This can cause, in some cases, an error like this: TypeError: require(...) is...
Read more >
Tracking Unhandled Promise Rejections - TrackJS
To handle a promise rejection, you pass a callback to the catch() function. Let's add some basic error handling to our code: function...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found