Skip to content

Commit 41c7782

Browse files
authored
feat(deno): Optionally instrument Deno.cron (getsentry#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
1 parent 55ecb4f commit 41c7782

File tree

5 files changed

+12771
-6
lines changed

5 files changed

+12771
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ jobs:
445445
- name: Set up Deno
446446
uses: denoland/[email protected]
447447
with:
448-
deno-version: v1.37.1
448+
deno-version: v1.38.5
449449
- name: Restore caches
450450
uses: ./.github/actions/restore-cache
451451
env:

0 commit comments

Comments
 (0)