Skip to content

Commit 110e3c2

Browse files
bruno-garciabitsandfoxes
authored andcommitted
add senddefaultpii to powershell (#13426)
1 parent 8fe740b commit 110e3c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

platform-includes/configuration/config-intro/powershell.mdx

+3
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@ Start-Sentry {
2121
# This option will enable Sentry's tracing features. You still need to start transactions and spans.
2222
# Example sample rate for your transactions: captures 10% of transactions
2323
$_.TracesSampleRate = 0.1
24+
25+
# If you'd like to include data that potentially includes PII, such as Machine Name
26+
$_.SendDefaultPii = true
2427
}
2528
```

0 commit comments

Comments
 (0)