The Wayback Machine - https://web.archive.org/web/20200706210211/https://github.com/topics/exceptions
Skip to content
#

exceptions

Here are 377 public repositories matching this topic...

lifeiscontent
lifeiscontent commented Apr 21, 2020

Can you guys update your example to include a custom express.js server? The Next.js example you have is too trivial for real world situations so it'd be much more helpful to show how to use bugsnag in cases where you'd have custom routes being served by express. (I know that API routes exist now. but they didn't exist before so it'd be nice to show case common use cases within Next.js)

We're cu

ngan
ngan commented Apr 7, 2020

Description

config.ignore_classes should take an array of strings instead of constants (or either?)

Issue

As we add error classes to the ignore_classes we're realizing that we're inadvertently loading those classes that don't need to be loaded. It would be good if ignore_classes can take in an array of class names as strings since this comparison is done at the time of error any

brettdh
brettdh commented Mar 14, 2019

Per this comment on rollbar.report_message: https://github.com/rollbar/pyrollbar/blob/33ef2e723a33d09dd6302f978f4a3908be95b9d2/rollbar/__init__.py#L427 the body key in the extra_data kwarg is "reserved". I discovered the hard way that, if you happen to pass a dict with a body key, the message you intended to report is replaced with that raw JSON. This was quite difficult to track down, as

Improve this page

Add a description, image, and links to the exceptions topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the exceptions topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.