README
@bugsnag/plugin-intercept
This plugin provides a convenience function which can be passed to a node-style error-first callback, or as the catch callback in a promise. It is included in the Node notifier.
License
MIT
@bugsnag/js plugin providing convenience functions for intercepting asynchronous errors
<script type="module">
import bugsnagPluginIntercept from 'https://cdn.skypack.dev/@bugsnag/plugin-intercept';
</script>
This plugin provides a convenience function which can be passed to a node-style error-first callback, or as the catch callback in a promise. It is included in the Node notifier.
MIT