Skip to content

Commit

Permalink
feat(deno): Optionally instrument Deno.cron (#9808)
Browse files Browse the repository at this point in the history
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
timfish committed Dec 13, 2023
1 parent 55ecb4f commit 41c7782
Show file tree
Hide file tree
Showing 5 changed files with 12,771 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ jobs:
- name: Set up Deno
uses: denoland/setup-deno@v1.1.3
with:
deno-version: v1.37.1
deno-version: v1.38.5
- name: Restore caches
uses: ./.github/actions/restore-cache
env:
Expand Down

0 comments on commit 41c7782

Please sign in to comment.