mirror of
https://github.com/LukeHagar/log10ts.git
synced 2025-12-06 04:20:12 +00:00
1.4 KiB
1.4 KiB
Stacktrace
Fields
| Field | Type | Required | Description |
|---|---|---|---|
file |
string | ✔️ | The file associated with this stacktrace. |
line |
string | ✔️ | The line associated with this stacktrace. |
lineno |
number | ✔️ | The line number associated with this stacktrace. |
name |
string | ✔️ | The function or module associated with this stacktrace. |