diff --git a/docs/platforms/dotnet/common/configuration/options.mdx b/docs/platforms/dotnet/common/configuration/options.mdx index 8082f493191cf..433b22efe4cb5 100644 --- a/docs/platforms/dotnet/common/configuration/options.mdx +++ b/docs/platforms/dotnet/common/configuration/options.mdx @@ -226,6 +226,14 @@ The callback typically gets a second argument (called a "hint") which contains t + + +This function is called with an SDK-specific transaction object, and can return a modified transaction object, or `null` to skip reporting the transaction. This can be used, for instance, for manual PII stripping before sending. + +By the time is executed, all scope data has already been applied to the event. Further modification of the scope won't have any effect. + + + ## Transport Options Transports are used to send events to Sentry. Transports can be customized to some degree to better support highly specific deployments.