[UI] - disable scarf for this package (#10265) (#10276)

* disable scarf for this package

* add changelog

* use correct changelog format

Co-authored-by: Evan Moncuso <46458931+emoncuso@users.noreply.github.com>
This commit is contained in:
Vault Automation 2025-10-21 19:29:30 -04:00 committed by GitHub
parent 7a4d71f95a
commit 3457992a63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

3
changelog/_10265.txt Normal file
View file

@ -0,0 +1,3 @@
```release-note:security
ui: disable scarf analytics for ui builds
```

View file

@ -222,5 +222,10 @@
"posthog-js": "^1.202.2",
"uuid": "9.0.1"
},
"packageManager": "yarn@3.5.0"
"packageManager": "yarn@3.5.0",
"scarfSettings": {
"defaultOptIn": false,
"enabled": false,
"skipTraversal": true
}
}