You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree to follow this project's Contributing Guidelines.
Project Version
0.3.1
Platform and OS Version
uname -a:
Darwin Pavels-MBP.Home 24.0.0 Darwin Kernel Version 24.0.0: Tue Sep 24 23:36:26 PDT 2024; root:xnu-11215.1.12~1/RELEASE_ARM64_T8103 arm64
Existing Issues
No response
What happened?
I have a bunch of events auto-generated by DT which are all in a single module. I would like to ignore them, when I noticed that usage of excluded_inputs_regex has no effect.
I looked into the code, and it seems to me that the reason is in string escaping here.
Steps to reproduce
create a simple app with a datatable and log file data storage
start telemetry session with track_inputs = FALSE
explicitly log all events with exclude regex
check the log file to find all the excluded events still being tracked
Guidelines
Project Version
0.3.1
Platform and OS Version
uname -a
:Darwin Pavels-MBP.Home 24.0.0 Darwin Kernel Version 24.0.0: Tue Sep 24 23:36:26 PDT 2024; root:xnu-11215.1.12~1/RELEASE_ARM64_T8103 arm64
Existing Issues
No response
What happened?
I have a bunch of events auto-generated by
DT
which are all in a single module. I would like to ignore them, when I noticed that usage of excluded_inputs_regex has no effect.I looked into the code, and it seems to me that the reason is in string escaping here.
Steps to reproduce
Expected behavior
Should not see excluded events.
Attachments
Screenshots or Videos
No response
Additional Information
telemetry.log
contents:The text was updated successfully, but these errors were encountered: