-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I tried to create new attribute http.request_method (a transactions attribute). Code gen created variable naming conflicts in the libraries with the existing http.request.method attribute.
Steps to Reproduce
- yarn run create:attribute
- attribute name: 'http.request_method`
- yarn run generate
Expected Result
The code gen should differentiate between the two attributes during library code gen (avoiding variable naming conflicts).
Actual Result
Running the code gen created variable naming conflicts with the existing http.request.method attribute. Both attributes map to HTTP_REQUEST_METHOD within the generated javascript and python libraries despite their difference of '_' vs '.' (underscore vs period).

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels