MCPcopy 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 */
36export function isFeedbackSurveyDisabled(): boolean {
37 return process.env.NODE_ENV === 'test' || isTelemetryDisabled()
38}
39

Callers 3

useFeedbackSurveyFunction · 0.85
usePostCompactSurveyFunction · 0.85
useMemorySurveyFunction · 0.85

Calls 1

isTelemetryDisabledFunction · 0.85

Tested by

no test coverage detected