Adding first generated sdk

This commit is contained in:
Niklas Nielsen
2024-05-24 17:16:47 -07:00
parent 4d01baa842
commit 4bdba6d48c
175 changed files with 25807 additions and 0 deletions

View 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. |