Skip to main content
Go to Latest
variable functionToStringIntegration
import { functionToStringIntegration } from "https://deno.land/x/sentry@7.109.0/index.d.ts";

Patch toString calls to return proper name for wrapped functions.

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

type

() => IntegrationFnResult