Commit 41c7782
authored
feat(deno): Optionally instrument
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 PRDeno.cron (#9808)1 parent 55ecb4f commit 41c7782
File tree
5 files changed
+12771
-6
lines changed- .github/workflows
- packages/deno
- src/integrations
- test/__snapshots__
5 files changed
+12771
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
448 | | - | |
| 448 | + | |
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
| |||
0 commit comments