Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
variable normalizePathsIntegration
import { normalizePathsIntegration } from "https://deno.land/x/sentry@8.10.0/index.mjs";

Normalises paths to the app root directory.

Enabled by default in the Deno SDK.

Sentry.init({
  integrations: [
    Sentry.normalizePathsIntegration(),
  ],
})

type

() => Integration