Skip to content

Commit ff80677

Browse files
authored
docs(readme): telemetry is no longer collected
Removed telemetry feature details from the README.
1 parent a5f4a9d commit ff80677

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,7 @@ OpenLLMetry-JS can instrument everything that [OpenTelemetry already instruments
130130

131131
## 🔎 Telemetry
132132

133-
The SDK provided with OpenLLMetry (not the instrumentations) contains a telemetry feature that collects **anonymous** usage information.
134-
135-
You can opt out of telemetry by setting the `TRACELOOP_TELEMETRY` environment variable to `FALSE`.
136-
137-
### Why we collect telemetry
138-
139-
- The primary purpose is to detect exceptions within instrumentations. Since LLM providers frequently update their APIs, this helps us quickly identify and fix any breaking changes.
140-
- We only collect anonymous data, with no personally identifiable information. You can view exactly what data we collect in our [Privacy documentation](https://www.traceloop.com/docs/openllmetry/privacy/telemetry).
141-
- Telemetry is only collected in the SDK. If you use the instrumentations directly without the SDK, no telemetry is collected.
133+
We no longer log or collect any telemetry in the SDK or in the instrumentations. Make sure to bump to v0.21.1 and above.
142134

143135
## 🌱 Contributing
144136

0 commit comments

Comments
 (0)