AbhiPrasad
How to access AsyncLocalStorage
Is importing from
node:async_hooks
the best way to use AsyncLocalStorage
with Deno apps? Is there another alternative?
Ideally I'd like to update https://github.com/getsentry/sentry-deno to be more aligned with the Sentry Node SDK, but this is a blocker.2 replies
Deno cron instrumentation
We at Sentry are looking at adding automatic instrumentation for Deno crons: https://github.com/getsentry/sentry-javascript/issues/9700.
How stable is this API? Expecting any notable breaking changes to the public facing method? If not I think we are in a good place to wrap it automatically for users.
5 replies