What Gets Captured
| Attribute | Description |
|---|---|
git_repo | Repository in owner/repo format |
git_ref | Commit SHA, tag, or branch name |
source_file | File path of the decorated function |
source_line | Line number |
source_function | Function name |
git_repo and git_ref are set at the trace level. source_file, source_line, and source_function are set per span automatically by @observe.