MCPcopy Create free account
hub / github.com/coordinape/coordinape / errorLog

Function errorLog

api-lib/HttpError.ts:156–161  ·  view source on GitHub ↗
(message: string, reportToSentry = true)

Source from the content-addressed store, hash-verified

154}
155
156export function errorLog(message: string, reportToSentry = true) {
157 if (reportToSentry) {
158 Sentry.captureMessage(message);
159 }
160 console.error(message);
161}
162
163export const sentryFlush = async () => {
164 await Sentry.flush(awaitSentryFlushMs);

Callers 6

verifyContractSignatureFunction · 0.90
updateCoSoulOnChainFunction · 0.90
handlerFunction · 0.90
createNextEpochFunction · 0.90
notifyEpochStatusFunction · 0.90
emailEpochStatusFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected