MCPcopy
hub / github.com/chatboxai/chatbox / setTag

Method setTag

src/shared/utils/sentry_adapter.ts:11–11  ·  view source on GitHub ↗
(key: string, value: string)

Source from the content-addressed store, hash-verified

9
10export interface SentryScope {
11 setTag(key: string, value: string): void
12 setExtra(key: string, value: unknown): void
13}

Callers 15

ErrorBoundaryFunction · 0.65
ErrorBoundary.tsxFile · 0.65
migrateOnDataFunction · 0.65
setTagMethod · 0.65
processFileWithMastraFunction · 0.65
processPendingFilesFunction · 0.65
startWorkerLoopFunction · 0.65
searchKnowledgeBaseFunction · 0.65
readChunksFunction · 0.65
getMergedSettingsFunction · 0.65
getEmbeddingProviderFunction · 0.65

Implementers 2

RendererSentryAdaptersrc/renderer/adapters/sentry.ts
MainSentryAdaptersrc/main/adapters/sentry.ts

Calls

no outgoing calls

Tested by

no test coverage detected