Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freecodexyz/free-code
/
Class
src/components/SentryErrorBoundary.ts:11–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
}
10
11
export
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