Skip to content

Conversation

vaind
Copy link
Collaborator

@vaind vaind commented Sep 15, 2025

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

Fixes getsentry/sentry-powershell#90

🤖 Generated with Claude Code

Change `true` to `$true` in PowerShell code examples to fix syntax errors.
In PowerShell, boolean values must be prefixed with $ (e.g., $true, $false).

Fixes getsentry/sentry-powershell#90

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
Copy link

vercel bot commented Sep 15, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
sentry-docs Ready Ready Preview Comment Sep 15, 2025 9:26am
1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
develop-docs Ignored Ignored Preview Sep 15, 2025 9:26am

@vaind vaind marked this pull request as ready for review September 15, 2025 08:52
Copy link

codecov bot commented Sep 15, 2025

Bundle Report

Changes will increase total bundle size by 91 bytes (0.0%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
sentry-docs-client-array-push 9.91MB -290 bytes (-0.0%) ⬇️
sentry-docs-server-cjs 12.63MB 381 bytes (0.0%) ⬆️

Affected Assets, Files, and Routes:

view changes for bundle: sentry-docs-client-array-push

Assets Changed:

Asset Name Size Change Total Size Change (%)
static/chunks/pages/_app-*.js -3 bytes 882.71kB -0.0%
static/chunks/8321-*.js -3 bytes 425.87kB -0.0%
static/media/7c239973d8aef789-*.woff2 (New) 32.56kB 32.56kB 100.0% 🚀
static/media/32c80fb7588b7a2e-*.woff2 (New) 32.48kB 32.48kB 100.0% 🚀
static/media/a5d9f2ead0568494-*.woff2 (New) 21.08kB 21.08kB 100.0% 🚀
static/media/5b25d60b4670300e-*.woff2 (New) 19.29kB 19.29kB 100.0% 🚀
static/media/fc5b975a09123a00-*.woff2 (New) 9.75kB 9.75kB 100.0% 🚀
static/media/99e31c27a1524300-*.woff2 (New) 9.35kB 9.35kB 100.0% 🚀
server/middleware-*.js 5.55kB 6.55kB 555.3% ⚠️
server/middleware-*.js -5.55kB 1.0kB -84.74%
static/2WiVWZDtXxIMxgjlAs1Dj/_buildManifest.js (New) 684 bytes 684 bytes 100.0% 🚀
static/2WiVWZDtXxIMxgjlAs1Dj/_ssgManifest.js (New) 77 bytes 77 bytes 100.0% 🚀
static/media/4fca85807f6c09f6-*.woff2 (Deleted) -32.6kB 0 bytes -100.0% 🗑️
static/media/d695df15e3ff125c-*.woff2 (Deleted) -32.58kB 0 bytes -100.0% 🗑️
static/media/acdf4f392b58827a-*.woff2 (Deleted) -21.13kB 0 bytes -100.0% 🗑️
static/media/501d9eeee6e2b0cc-*.woff2 (Deleted) -19.41kB 0 bytes -100.0% 🗑️
static/media/a72efd2c2476ebb2-*.woff2 (Deleted) -9.7kB 0 bytes -100.0% 🗑️
static/media/9d7436bc73437f75-*.woff2 (Deleted) -9.36kB 0 bytes -100.0% 🗑️
static/wFPpD_VQDYYoX-*.js (Deleted) -77 bytes 0 bytes -100.0% 🗑️
static/wFPpD_VQDYYoX-*.js (Deleted) -684 bytes 0 bytes -100.0% 🗑️
view changes for bundle: sentry-docs-server-cjs

Assets Changed:

Asset Name Size Change Total Size Change (%)
1729.js -3 bytes 1.78MB -0.0%
../instrumentation.js -3 bytes 1.1MB -0.0%
9523.js -3 bytes 1.08MB -0.0%
../app/[[...path]]/page.js.nft.json 130 bytes 810.54kB 0.02%
../app/platform-redirect/page.js.nft.json 130 bytes 810.45kB 0.02%
../app/sitemap.xml/route.js.nft.json 130 bytes 807.92kB 0.02%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Syntax error in Documentation for PowerShell
1 participant