You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(powershell): use correct boolean syntax in documentation (#14928)
## Summary
- Fix PowerShell boolean syntax in documentation examples
- Change `true` to `$true` in SendDefaultPii configuration examples
## Problem
The documentation was showing incorrect PowerShell syntax using `true`
instead of `$true`. In PowerShell, boolean values must be prefixed with
`$`.
## Changes
- Updated `platform-includes/configuration/config-intro/powershell.mdx`
- Updated `platform-includes/getting-started-config/powershell.mdx`
Fixesgetsentry/sentry-powershell#90
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <[email protected]>
0 commit comments