mirror of
https://github.com/LukeHagar/log10ts.git
synced 2025-12-09 20:47:49 +00:00
Adding first generated sdk
This commit is contained in:
11
docs/models/components/stacktrace.md
Normal file
11
docs/models/components/stacktrace.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Stacktrace
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
|
||||
| `file` | *string* | :heavy_check_mark: | The file associated with this stacktrace. |
|
||||
| `line` | *string* | :heavy_check_mark: | The line associated with this stacktrace. |
|
||||
| `lineno` | *number* | :heavy_check_mark: | The line number associated with this stacktrace. |
|
||||
| `name` | *string* | :heavy_check_mark: | The function or module associated with this stacktrace. |
|
||||
Reference in New Issue
Block a user