PHP LSP integration sends telemetry data without consent #3825

Closed
opened 2026-02-16 17:41:35 -05:00 by yindo · 1 comment
Owner

Originally created by @madflow on GitHub (Dec 24, 2025).

Originally assigned to: @thdxr on GitHub.

Description

  • When editing a PHP file, the "intelephense" LSP Server is automatically registered.
  • This LSP Server has the known characteristic, that it sends Telemetry data.
  • Edit a PHP file and this will be send:
https://australiaeast-0.in.applicationinsights.azure.com/v2.1/track
{"ver":1,"sampleRate":100,"tags":{"ai.device.id":"","ai.cloud.roleInstance":"frosch","ai.device.osVersion":"Darwin 24.6.0","ai.cloud.role":"Web","ai.device.osArchitecture":"arm64","ai.device.osPlatform":"darwin","ai.internal.sdkVersion":"node:2.7.3"},"data":{"baseType":"EventData","baseData":{"ver":2,"properties":{"version":"1.16.1","machineId":"d01fbc19a12d2ca8393ffce34be376ae85a0ce4152130ac0c097e1372067d057","platform":"darwin","clientName":"unknown"},"name":"initialised"}},"iKey":"6cd0c2a4-fbb8-43a1-a550-b58a5bcff1dc","name":"Microsoft.ApplicationInsights.6cd0c2a4fbb843a1a550b58a5bcff1dc.Event","time":"2025-12-24T13:52:22.680Z"}
  • The ai.cloud.roleInstance":"frosch" is my hostname.
  • This is not a Opencode issue as is, maybe more like a discussions or an upstream problem.
  • I am still leaving this here. Opencode might send Telemetry, without you knowing it.
  • I have tried multiple times to deactivate Telemetry in Neovim with this LSP, I never succeeded.
  • Reference: https://github.com/bmewburn/vscode-intelephense/issues?q=Telemetry
  • I have tried a couple of these options burried in the issues, i did not succeed.

OpenCode version

Latest

Steps to reproduce

  • Edit a PHP file

Screenshot and/or share link

No response

Operating System

Macos

Terminal

Ghostty

Originally created by @madflow on GitHub (Dec 24, 2025). Originally assigned to: @thdxr on GitHub. ### Description * When editing a PHP file, the "intelephense" LSP Server is automatically registered. * This LSP Server has the known characteristic, that it sends Telemetry data. * Edit a PHP file and this will be send: ``` https://australiaeast-0.in.applicationinsights.azure.com/v2.1/track ``` ```json {"ver":1,"sampleRate":100,"tags":{"ai.device.id":"","ai.cloud.roleInstance":"frosch","ai.device.osVersion":"Darwin 24.6.0","ai.cloud.role":"Web","ai.device.osArchitecture":"arm64","ai.device.osPlatform":"darwin","ai.internal.sdkVersion":"node:2.7.3"},"data":{"baseType":"EventData","baseData":{"ver":2,"properties":{"version":"1.16.1","machineId":"d01fbc19a12d2ca8393ffce34be376ae85a0ce4152130ac0c097e1372067d057","platform":"darwin","clientName":"unknown"},"name":"initialised"}},"iKey":"6cd0c2a4-fbb8-43a1-a550-b58a5bcff1dc","name":"Microsoft.ApplicationInsights.6cd0c2a4fbb843a1a550b58a5bcff1dc.Event","time":"2025-12-24T13:52:22.680Z"} ``` * The `ai.cloud.roleInstance":"frosch"` is my hostname. * This is not a Opencode issue as is, maybe more like a discussions or an upstream problem. * I am still leaving this here. Opencode might send Telemetry, without you knowing it. * I have tried multiple times to deactivate Telemetry in Neovim with this LSP, I never succeeded. * Reference: https://github.com/bmewburn/vscode-intelephense/issues?q=Telemetry * I have tried a couple of these options burried in the issues, i did not succeed. ### OpenCode version Latest ### Steps to reproduce * Edit a PHP file ### Screenshot and/or share link _No response_ ### Operating System Macos ### Terminal Ghostty
yindo added the bug label 2026-02-16 17:41:35 -05:00
yindo closed this issue 2026-02-16 17:41:36 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Dec 24, 2025):

This issue might be a duplicate of existing issues. Please check:

  • #5554: User reported telemetry still being sent despite attempting to disable it
  • #459: Privacy and data collection clarification request - general telemetry concerns
  • #332: Earlier inquiry about telemetry/data sent outside of the provider
  • #5574: Related PHP Intelephense LSP feature request (stubs support)
  • #4957: Related LSP disabling for specific file extensions

Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Dec 24, 2025): This issue might be a duplicate of existing issues. Please check: - #5554: User reported telemetry still being sent despite attempting to disable it - #459: Privacy and data collection clarification request - general telemetry concerns - #332: Earlier inquiry about telemetry/data sent outside of the provider - #5574: Related PHP Intelephense LSP feature request (stubs support) - #4957: Related LSP disabling for specific file extensions Feel free to ignore if none of these address your specific case.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#3825