Add custom Tracking / analytics #6136
Answered
by
code-asher
rafipiccolo
asked this question in
General
-
How would you track a users activity ? Like checking that the interface is open or not. I searched and only saw heartbeat. But nothing I could use. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
code-asher
Apr 11, 2023
Replies: 1 comment
-
You might be able to get some of this information out of the telemetry. You can send telemetry to your own server by setting the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rafipiccolo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You might be able to get some of this information out of the telemetry. You can send telemetry to your own server by setting the
CS_TELEMETRY_URL
environment variable.