14 lines
382 B
YAML
14 lines
382 B
YAML
groups:
|
|
- id: code
|
|
type: attribute_group
|
|
brief: >
|
|
These attributes allow to report this unit of code and therefore to provide more context about the span.
|
|
attributes:
|
|
- ref: code.function
|
|
- ref: code.namespace
|
|
- ref: code.filepath
|
|
- ref: code.lineno
|
|
- ref: code.column
|
|
- ref: code.stacktrace
|
|
requirement_level: opt_in
|