Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(deno): Optionally instrument
Deno.cron
(#9808)
Adds check-in instrumentation to `Deno.cron` via the `DenoCron` integration. - This requires v1.38 of Deno run with the `--unstable` flag. - The deno published types we auto download do not include unstable features, so I had to get them from `deno types --unstable` and check them into this PR
- Loading branch information