MCPcopy
hub / github.com/triggerdotdev/trigger.dev / error

Method error

packages/trigger-sdk/src/types.ts:64–64  ·  view source on GitHub ↗
(message: string, properties?: Record<string, any>)

Source from the content-addressed store, hash-verified

62 info(message: string, properties?: Record<string, any>): Promise<void>;
63 warn(message: string, properties?: Record<string, any>): Promise<void>;
64 error(message: string, properties?: Record<string, any>): Promise<void>;
65}
66
67export type PreprocessResults = {

Callers 15

useTriggerProviderFunction · 0.65
verifyApiKeyFunction · 0.65
index.tsFile · 0.65
startDevFunction · 0.65
getDevReactElementFunction · 0.65
setupFunction · 0.65
useDevFunction · 0.65
_deployCommandFunction · 0.65
printErrorsFunction · 0.65
checkLogsForErrorsFunction · 0.65
copyAdditionalFilesFunction · 0.65
whoAmIFunction · 0.65

Implementers 4

LoggerAPIpackages/core/src/v3/logger/index.ts
OtelTaskLoggerpackages/core/src/v3/logger/taskLogger
NoopTaskLoggerpackages/core/src/v3/logger/taskLogger
IOLoggerpackages/trigger-sdk/src/io.ts

Calls

no outgoing calls

Tested by

no test coverage detected