MrRefactoring / jira.js

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
https://mrrefactoring.github.io/jira.js/
MIT License
349 stars 46 forks source link

newErrorHandling Deprecation Warning Without Explanation #210

Closed mpelikan closed 2 years ago

mpelikan commented 2 years ago

I keep getting "Deprecation warning: New error handling mechanism added. Please use newErrorHandling: true in config" output.

I would love to "upgrade" to the new error handling, but I have no idea what it is or how it is used. I cannot find the usage in your code or documentation. I just see it being set in configs, including the tests.

Why the deprecation warning when we don't know what it does or how to support?