import { contextLinesIntegration } from "https://deno.land/x/sentry@8.37.1/index.d.ts";
Adds source context to event stacktraces.
Enabled by default in the Deno SDK.
Sentry.init({
integrations: [
Sentry.contextLinesIntegration(),
],
})
import { contextLinesIntegration } from "https://deno.land/x/sentry@8.37.1/index.d.ts";
Adds source context to event stacktraces.
Enabled by default in the Deno SDK.
Sentry.init({
integrations: [
Sentry.contextLinesIntegration(),
],
})