Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
export
interface
SentryScope {
11
setTag(key: string, value: string): void
12
setExtra(key: string, value: unknown): void
13
}
Callers
15
ErrorBoundary
Function · 0.65
ErrorBoundary.tsx
File · 0.65
migrateOnData
Function · 0.65
global_error_handler.ts
File · 0.65
setTag
Method · 0.65
processFileWithMastra
Function · 0.65
processPendingFiles
Function · 0.65
startWorkerLoop
Function · 0.65
searchKnowledgeBase
Function · 0.65
readChunks
Function · 0.65
getMergedSettings
Function · 0.65
getEmbeddingProvider
Function · 0.65
Implementers
2
RendererSentryAdapter
src/renderer/adapters/sentry.ts
MainSentryAdapter
src/main/adapters/sentry.ts
Calls
no outgoing calls
Tested by
no test coverage detected