Interface: ErrorAttributes
@arolariu/website / instrumentation.server / ErrorAttributes
Interface: ErrorAttributes
Defined in: instrumentation.server.ts:303
Standard semantic attribute keys for error tracking.
Properties
error.type
error.type:
string
Defined in: instrumentation.server.ts:307
Error type/class name
error.message
error.message:
string
Defined in: instrumentation.server.ts:312
Error message
error.stack?
optionalerror.stack?:string
Defined in: instrumentation.server.ts:317
Error stack trace (truncated)
error.handled
error.handled:
boolean
Defined in: instrumentation.server.ts:322
Whether the error was handled
// was this page useful?