Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(analytics): use Scarf.js to provide anonymized installation analytics #3707

Merged
merged 3 commits into from
Nov 5, 2024

Conversation

char0n
Copy link
Member

@char0n char0n commented Nov 5, 2024

Anonymized analytics

Swagger Client uses Scarf to collect anonymized installation analytics. These analytics help support the maintainers of this library and ONLY run during installation. To opt out, you can set the scafrSettings.enabled field to false in your project's package.json:

// package.json
{
  // ...
  "scarfSettings": {
    "enabled": false
  }
  // ...
}

Alternatively, you can set the environment variable SCARF_ANALYTICS to false as part of the environment that installs your npm packages, e.g., SCARF_ANALYTICS=false npm install.

@char0n char0n self-assigned this Nov 5, 2024
@char0n char0n requested a review from ponelat November 5, 2024 09:06
@char0n char0n added version: 3.x cat: usability dependencies Pull requests that update a dependency file labels Nov 5, 2024
@char0n char0n changed the title feat: use Scarf.js to provide anonymized installation analytics feat(analytics): use Scarf.js to provide anonymized installation analytics Nov 5, 2024
@char0n char0n merged commit 3e59da4 into master Nov 5, 2024
7 checks passed
@char0n char0n deleted the char0n/telemetry branch November 5, 2024 09:57
swagger-bot pushed a commit that referenced this pull request Nov 5, 2024
# [3.30.0](v3.29.4...v3.30.0) (2024-11-05)

### Features

* **analytics:** use Scarf.js to provide anonymized installation analytics ([#3707](#3707)) ([3e59da4](3e59da4))
@swagger-bot
Copy link
Contributor

🎉 This PR is included in version 3.30.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat: usability dependencies Pull requests that update a dependency file released version: 3.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants