Skip to main content
Module

x/sentry/index.d.ts>Hub#shouldSendDefaultPii

The Official Sentry Deno SDK
Go to Latest
method Hub.prototype.shouldSendDefaultPii
Deprecated
Deprecated

Use top-level getClient().getOptions().sendDefaultPii instead. This function only unnecessarily increased API surface but only wrapped accessing the option.

import { Hub } from "https://deno.land/x/sentry@7.109.0/index.d.ts";

Returns if default PII should be sent to Sentry and propagated in ourgoing requests when Tracing is used.

Returns

boolean