mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
* 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:
parent
7a4d71f95a
commit
3457992a63
2 changed files with 9 additions and 1 deletions
3
changelog/_10265.txt
Normal file
3
changelog/_10265.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:security
|
||||
ui: disable scarf analytics for ui builds
|
||||
```
|
||||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue