MCPcopy Create free account
hub / github.com/MetaFam/TheGame / errorHandler

Function errorHandler

packages/web/utils/errorHandler.ts:6–8  ·  view source on GitHub ↗
(error: Error | CombinedError)

Source from the content-addressed store, hash-verified

4import { CombinedError } from 'urql';
5
6export const errorHandler = (error: Error | CombinedError): void => {
7 Honeybadger.notify(error);
8};
9
10type DebugErrorReports = {
11 debugErrorReports: () => void;

Callers 15

EditableGridLayoutFunction · 0.90
onSubmitFunction · 0.90
ConnectedPageFunction · 0.90
MintNFTTileFunction · 0.90
UploadProofFunction · 0.90
ChievFunction · 0.90
getTokenImageFunction · 0.90
OnboardingGameFunction · 0.90
getConnectionsFunction · 0.90
getJumpersFunction · 0.90
handleProgressFunction · 0.90
WizardPaneFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected