MCPcopy Create free account
hub / github.com/OpenHands/OpenHands / trackError

Function trackError

frontend/src/utils/error-handler.ts:12–14  ·  view source on GitHub ↗
(
  details: ErrorDetails, // eslint-disable-line @typescript-eslint/no-unused-vars
)

Source from the content-addressed store, hash-verified

10
11// PostHog capture removed — error tracking is now handled server-side
12export function trackError(
13 details: ErrorDetails, // eslint-disable-line @typescript-eslint/no-unused-vars
14): void {}
15
16export function showErrorToast({
17 message,

Callers 5

handleStatusMessageFunction · 0.90
showErrorToastFunction · 0.85
showChatErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected