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.

seems to group different angular unhandled promise rejections

See original GitHub issue

Do you want to request a feature or report a bug? Bug.

What is the current behavior? If you do

$q.reject('Some string')

Angular 1.6.3 will fire an unhandled rejection.

It seems sentry is merging those rejections together.

What is the expected behavior?

Sentry should treat some messages differently

Which versions of Raven.js, and which browser and OS are affected by this issue? Did this work in previous versions of Raven.js? Are you using the CDN (http://ravenjs.com)? Are you using hosted Sentry or on-premises? If on-premises, which version (e.g. 8.7.0)?

raven-js@3.12.1, using sentry.io

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
graingertcommented, Oct 9, 2017

I’m moving to react, so no not really :p

On 9 Oct 2017 14:18, “Kamil Ogórek” notifications@github.com wrote:

@graingert https://github.com/graingert is this something that’s still relevant for you and you can provide an example mentioned above?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/getsentry/raven-js/issues/890#issuecomment-335155466, or mute the thread https://github.com/notifications/unsubscribe-auth/AAZQTJn9JomwJCuQ97MRD-V7yFv53r5wks5sqh1AgaJpZM4Mdwza .

0reactions
kamilogorekcommented, Oct 9, 2017

@graingert is this something that’s still relevant for you and you can provide an example mentioned above?

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is an unhandled promise rejection? - Stack Overflow
For learning Angular 2, I am trying their tutorial. I am getting an error like this: (node:4796) UnhandledPromiseRejectionWarning: Unhandled promise rejection ...
Read more >
Zone.js has detected that ZoneAwarePromise `(window|global ...
Unhandled Promise rejection : Zone.js has detected that ZoneAwarePromise (window|global).Promise has been overwritten. Most likely cause is that a Promise ...
Read more >
Flaky `karma` - `test errors has no unhandled Promise ... - GitLab
My take on this based on past experience with Javascript (backend) is that it may require a lot of context to find out...
Read more >
Handling those unhandled promise rejections with JS async ...
One of your await ed functions fails (i.e. rejects a promise); You get the error. Another possibility is that you know you need...
Read more >
Error Messages | Cypress Documentation
Cypress detected that you invoked one or more cy commands but returned a different value. Cypress detected that you returned a promise from...
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