From 5b6132987e666f922ae71091b7a337348ec357e1 Mon Sep 17 00:00:00 2001 From: bitsandfoxes Date: Thu, 25 Jul 2024 13:47:59 +0200 Subject: [PATCH] added 'before send transaction' to the common options --- docs/platforms/dotnet/common/configuration/options.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) 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.