Skip to main content
Go to Latest
variable normalizePathsIntegration
import { normalizePathsIntegration } from "https://deno.land/x/sentry@8.0.0-beta.4/index.d.ts";

Normalises paths to the app root directory.

Enabled by default in the Deno SDK.

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

type

() => Integration