Skip to content

Plugin reporting and async hooks

Compare
Choose a tag to compare
@pselle pselle released this 13 Sep 17:57
· 169 commits to master since this release

New enhancements to plugin support! We've added plugins used to the report payload for enhanced support for users leveraging plugins in their IOpipe architectures.

We've also added support for plugins to use async hooks for certain hooks – which means plugins can make asynchronous calls to say, an API, and the work will complete before the report is sent.