LoghammerErrorLogProps
Key | Type | Description |
---|---|---|
message | string | Error message |
stackTrace | object? | Error stacktrace (freeform) |
request | object? | HTTP Request object (freeform) |
response | object? | HTTP Response object (freeform) |
env | Env? | Enviroment information (os info etc.) |
tags | Array<string>? | Tags of the log |