Skip to content

Commit

Permalink
Adding npm opt-out instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas committed Jul 19, 2023
1 parent 2e9b71f commit ec12a92
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,18 @@ cd superset-frontend
npm ci
```

Note that Superset uses [Scarf](https://docs.scarf.sh) to capture telemetry/analytics about versions being installed, including the `scarf-js` npm package. As noted elsewhere in this documentation, Scarf gathers aggregated stats for the sake of security/release strategy, and does not capture/retain PII. [You can read here](https://docs.scarf.sh/package-analytics/) about the package, and various means to opt out of it, but one easy way to opt out is to add this setting in `superset-frontent/package.json`:
```json
// your-package/package.json
{
// ...
"scarfSettings": {
"enabled": false
}
// ...
}
```

#### Build assets

There are three types of assets you can build:
Expand Down

0 comments on commit ec12a92

Please sign in to comment.