Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ isFeedbackSurveyDisabled
Function
isFeedbackSurveyDisabled
src/services/analytics/config.ts:36–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
* transcript data — enterprise customers capture responses via OTEL.
35
*/
36
export
function
isFeedbackSurveyDisabled(): boolean {
37
return
process.env.NODE_ENV ===
'test'
|| isTelemetryDisabled()
38
}
39
Callers
3
useFeedbackSurvey
Function · 0.85
usePostCompactSurvey
Function · 0.85
useMemorySurvey
Function · 0.85
Calls
1
isTelemetryDisabled
Function · 0.85
Tested by
no test coverage detected