Skip to content
Snippets Groups Projects

Remove activeExtensions event

Created by: dadlerj

This event fires a lot — it represents nearly 12% of all events on sourcegraph.com in the last few months. We also (fortunately or not) never followed through on using this information, so it is firing with no purpose.

Additionally, it's not really an event (as no user or server action takes place) — it's just a background logging action that fires periodically, and there are likely better/more idiomatic ways to achieve this that would be worth exploring.

Finally, given fears about overloading postgres with events, and the fact that we can always add it back later, I prefer to simply remove this for now.

CC @ebrodymoore

Merge request reports

Approval is optional

Merged by avatar (Sep 23, 2025 2:44am UTC)

Merge details

  • Changes merged into master with f3e5fc3c.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Created by: dadlerj

    @felixfbecker as soon as we have people dedicated to extension improvement, we can find a new way to get more data on usage and feedback!

Please register or sign in to reply
Loading