-
Notifications
You must be signed in to change notification settings - Fork 282
Add in code attributes to exception event #1981 #3043
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add in code attributes to exception event #1981 #3043
Conversation
|
This PR contains changes to area(s) that do not have an active SIG/project and will be auto-closed:
Such changes may be rejected or put on hold until a new SIG/project is established. Please refer to the Semantic Convention Areas |
|
@joaopgrassi can this be reopened. The issue has been accepted but pr still got closed. |
| - ref: code.function.name | ||
| requirement_level: opt_in | ||
| - ref: code.file.path | ||
| requirement_level: opt_in | ||
| - ref: code.line.number | ||
| requirement_level: opt_in | ||
| - ref: code.column.number | ||
| requirement_level: opt_in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will this be the code where the exception was originally thrown? or the user code where it was captured?
cc @open-telemetry/browser-approvers since related to #1942
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My preference would be the code which threw the exception if the language provides it.
3d891aa to
1fd9c35
Compare
Fixes #1981
Changes
Adds in the code attributes to the exception event as opt-in
Important
Pull requests acceptance are subject to the triage process as described in Issue and PR Triage Management.
PRs that do not follow the guidance above, may be automatically rejected and closed.
Merge requirement checklist
[chore]