MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / isPropertyCapturable

Function isPropertyCapturable

packages/telemetry/src/BaseTelemetryClient.ts:32–34  ·  view source on GitHub ↗

* Determines if a specific property should be included in telemetry events * Override in subclasses to filter specific properties

(_propertyName: string)

Source from the content-addressed store, hash-verified

30 * Override in subclasses to filter specific properties
31 */
32 protected isPropertyCapturable(_propertyName: string): boolean {
33 return true
34 }
35
36 protected async getEventProperties(event: TelemetryEvent): Promise<TelemetryEvent["properties"]> {
37 let providerProperties: TelemetryEvent["properties"] = {}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected