Skip to content

Commit b6558c7

Browse files
authored
docs: Fix DenoCron reference in docs for Deno.cron (#8743)
1 parent 3ba0757 commit b6558c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform-includes/crons/setup/javascript.deno.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import * as Sentry from "https://deno.land/x/sentry/index.mjs";
99

1010
Sentry.init({
1111
dsn: "___PUBLIC_DSN___",
12-
integrations: [new Sentry.DenoCron()],
12+
integrations: [new Sentry.Integrations.DenoCron()],
1313
});
1414
```
1515

0 commit comments

Comments
 (0)