You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,15 +130,7 @@ OpenLLMetry-JS can instrument everything that [OpenTelemetry already instruments
130
130
131
131
## 🔎 Telemetry
132
132
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.
0 commit comments