Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions platform-includes/configuration/config-intro/powershell.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ Start-Sentry {
# This option will enable Sentry's tracing features. You still need to start transactions and spans.
# Example sample rate for your transactions: captures 10% of transactions
$_.TracesSampleRate = 0.1

# If you'd like to include data that potentially includes PII, such as Machine Name
$_.SendDefaultPii = true
}
```