exceptions
Here are 377 public repositories matching this topic...
Update Release Notes
I see that there is a new version showing in my Nuget Package Manager. However, the Release Notes haven't been updated since Nov. 2017. It would be nice to not have to dig thru recent commit(s) to see what's been changed. Can you please update the Release Notes?
I'm not sure if I'm doing something wrong or your aiohttp example is wrong! Seems backoff decorator doesn't catch aiohttp exceptions automatically and you need to raise the error manually:
@backoff.on_exception(backoff.expo,
aiohttp.ClientError,
max_tries=4)
async def get_url(url):
async with aiohttp.ClientSession() as session:-
Updated
Jul 2, 2020 - Java
-
Updated
Jun 22, 2020 - PHP
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
-
Updated
Jun 22, 2020 - PHP
-
Updated
Jun 30, 2020 - Ruby
Description
A lot of console.warn yellow warning message when the data pass to leaveBreadcrumbs contains functions.
Describe the solution you'd like
We should ensure in all scenarios we don't run out of memory. I'm not sure the current usage but the queues should be cleared every 10 seconds.
-
Updated
Mar 12, 2019 - Go
-
Updated
Jul 2, 2020 - PHP
-
Updated
Mar 16, 2020 - Elixir
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
-
Updated
Nov 13, 2018 - Java
-
Updated
May 12, 2020 - Jupyter Notebook
-
Updated
Jun 29, 2020 - TypeScript
-
Updated
Mar 10, 2019 - C
In rollbar.report_message's extra_data kwarg, "body" being reserved leads to surprising behavior
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
-
Updated
Jul 6, 2020 - Go
Description
The current API used for obtaining free memory is know to be inaccurate. iOS 13 includes a very accurate way of getting the free memory available to an app. os_proc_available_memory.
Describe the solution you'd like
In bsg_ksmachfreeMemory, use os_proc_available_memory in
-
Updated
Oct 31, 2019 - C#
-
Updated
Apr 14, 2020 - PHP
-
Updated
Mar 7, 2020 - Clojure
-
Updated
Jan 20, 2018 - C++
-
Updated
Jul 3, 2020 - TypeScript
-
Updated
Jun 24, 2020 - Ruby
-
Updated
May 26, 2020 - C#
Improve this page
Add a description, image, and links to the exceptions topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the exceptions topic, visit your repo's landing page and select "manage topics."


To be handled in special cases: