import { normalizePathsIntegration } from "https://deno.land/x/sentry@8.37.1/index.mjs";
Normalises paths to the app root directory.
Enabled by default in the Deno SDK.
Sentry.init({
integrations: [
Sentry.normalizePathsIntegration(),
],
})