MCPcopy Create free account
hub / github.com/codeaashu/claude-code /

Class

src/components/SentryErrorBoundary.ts:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11export class SentryErrorBoundary extends React.Component<Props, State> {
12 constructor(props: Props) {
13 super(props)
14 this.state = { hasError: false }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected