You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* wip: async local storage
* callback async store + tests
* changelog
* cast to HoneybadgerStore
* type fixes
* more tests
* better tests, more tests, bug fix on runAfterNotifyHandlers
* fallback to DefaultStore if AsyncLocalStorage is not available. run tests with node v10
* don't run tests if nodejs version is less than 12
* describeIf
* revert describeIf
* revert tests on v10
* move AsyncStore tests to separate file
Issue discussed here.
Suggestion from @shalvah is to use
AsyncLocalStorage
to isolatecontext
(andbreadcrumbs
) to the executing lambda.The text was updated successfully, but these errors were encountered: