MCPcopy
hub / github.com/prisma/prisma / recordException

Method recordException

packages/query-plan-executor/src/tracing/span.ts:210–212  ·  view source on GitHub ↗
(exception: Exception, time?: TimeInput)

Source from the content-addressed store, hash-verified

208 }
209
210 recordException(exception: Exception, time?: TimeInput): void {
211 this.#span.recordException(exception, time)
212 }
213}
214
215function timeInputToHrTime(timeInput: TimeInput): HrTime {

Callers 1

runInActiveSpanFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected