exception-handler
Here are 118 public repositories matching this topic...
As per the documentation, for ActiveRecord integration, all that is required is to run rails db:migrate
This also adds the errors table in to the schema.rb file.
The problem is then whenever anyone calls rails db:reset
it gets the database configuration from the schema.rb and creates the errors table.
When db:migrate is used again (such as to complete a later migration), it tries to c
-
Updated
Apr 28, 2019 - Java
-
Updated
Jul 7, 2018 - Java
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 16, 2020 - Elixir
-
Updated
Jan 20, 2018 - C++
-
Updated
May 12, 2020 - Java
-
Updated
Jul 28, 2017 - JavaScript
-
Updated
May 13, 2020 - PHP
We need to update the samples to show how to use the client in es6 (import syntax) and add a angular4 sample :). The closest sample we have is our typescript sample: https://github.com/exceptionless/Exceptionless.JavaScript/blob/master/example/TypeScript/index.ts
Here is the old way that needs to be converted to es6 import
var config = exceptionless.ExceptionlessClient.default.
-
Updated
May 14, 2020 - C#
-
Updated
Aug 3, 2019 - C++
https://docs.rollbar.com/docs/telemetry
Your iOS SDK does it!
We use both for our react-native project and it's limiting to not have this supported on Android as well.
-
Updated
May 4, 2020 - PHP
-
Updated
Jan 6, 2020 - Swift
-
Updated
Mar 28, 2017 - Shell
-
Updated
May 8, 2020 - Java
-
Updated
Sep 11, 2019 - Java
-
Updated
Aug 4, 2019 - C#
-
Updated
Mar 23, 2020 - PHP
-
Updated
Jul 30, 2019 - C++
-
Updated
Dec 7, 2016 - Fortran
-
Updated
Jan 31, 2019 - PHP
-
Updated
Mar 22, 2017 - Python
-
Updated
Mar 25, 2020 - Objective-C
-
Updated
Dec 24, 2019 - C++
Improve this page
Add a description, image, and links to the exception-handler topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the exception-handler topic, visit your repo's landing page and select "manage topics."
All I was trying to do was a
console.log()
in that callback.The exception that is being triggered is fairly deep in some native View rendering code (originally thrown, I believe, [here](https://github.com/facebook/react-native/blob/master/ReactAndroid/src/main/java/com/facebook/react