kevbrowndev opened a new issue, #266:
URL: https://github.com/apache/incubator-flagon-useralejs/issues/266

   here's a definition: 
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/dataset
   
   Some users have expressed interest in this functionality. Would it be okay 
if I added it to userale?  
   
   I was thinking of a key of data sets that takes key value pairs of data 
attributes in each lig. We could have a new function that uses the data sets 
API to get any of these that might exist from each element, and call this 
function to set the datasets property of the log. We could control this with a 
new parameter on userale called datasetproperties that takes an array of 
strings that the user could add.
   
   So a user could add a parameter to userale called datasetproperties with the 
value of ['data-id','data-name'] and then in the code whenever these special 
data attributes are set on elements, they will be logged in the appropriate log 
payload.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@flagon.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to