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