MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / buildMethodPath

Function buildMethodPath

packages/core/src/tracing/ai/utils.ts:84–86  ·  view source on GitHub ↗
(currentPath: string, prop: string)

Source from the content-addressed store, hash-verified

82 * Build method path from current traversal
83 */
84export function buildMethodPath(currentPath: string, prop: string): string {
85 return currentPath ? `${currentPath}.${prop}` : prop;
86}
87
88/**
89 * Set token usage attributes

Callers 4

createDeepProxyFunction · 0.90
getFunction · 0.90
getFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected