Add error handling to logging integrations
See original GitHub issueI’m submitting a…
- Bug report
- Feature request
- Documentation issue or request
- Other… Please describe:
There are some reports on Twitter of analytics integrations throwing errors. I noticed that the referenced integration could use some error handling in case the external API calls fail:
Handling request errors will prevent the larger skill from erroring out in that case.
I’m going to submit a PR that attempts to address this. Let me know if its sounds like a good plan:
- Check on all analytics integrations and find those missing error handling logic
- Import
Log
and either usetry
/catch
(or.catch
if the relevant API supports promises) to catch and log any analytics request errors
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Understanding Error Handling, Logging, Tracing and Debugging
This topic provides an overview of error handling, logging, tracing and debugging. Error handling, logging, tracing, and debugging with PeopleSoft Integration ...
Read more >Error Handling in Integration Procedures - Salesforce Help
You can configure the conditions for success or failure of an Integration Procedure action or group of actions. You can also configure error...
Read more >What are best practices for logging, error handling and ...
What are best practices for logging, error handling and alerting on integration layer? What are best practices for logging, error handling ...
Read more >Guide to Frontend Error Handling - Rollbar
Discover the secrets to effective error handling and how to track errors in real-time. Don't miss out on the essential tips in this ......
Read more >Designing API Error Handling Framework - MuleSoft - YouTube
Designing API Error Handling Framework - ' Logging ' Standards and Principles !! 2.5K views 2 years ago.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
VoiceHero project is no more.
Here is the error I had the other day with Dashbot. They are looking into it, but it would be good to have exception handling on the Jovo plugin side as well.