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