Bug description
The API method server.trackEvent() is being called too frequently, putting excessive load on our servers.
It would be good to:
server.trackEvent() seems to be called most often by the dashboard and by the IDE backends (both VS Code and JetBrains).
From Slack (internal):
trackEvent is by far our most called API method (even beating getWorkspace - and has 2x the callrate of sendHeartbeat 😬 )
It puts considerable load on our server instances.
From Grafana (internal):

Steps to reproduce
- Look at the API call rates in Grafana
Workspace affected
No response
Expected behavior
No response
Example repository
No response
Anything else?
No response
Bug description
The API method
server.trackEvent()is being called too frequently, putting excessive load on our servers.It would be good to:
serverserver.trackEvent()seems to be called most often by the dashboard and by the IDE backends (both VS Code and JetBrains).From Slack (internal):
From Grafana (internal):
Steps to reproduce
Workspace affected
No response
Expected behavior
No response
Example repository
No response
Anything else?
No response