This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Backport 5.0] [Request access] [telemetry]: Add allowlist event logs (…
…#50396) https://github.com/sourcegraph/sourcegraph/pull/47741/files added a new "request access" feature and new event logs. This PR adds following event logs to the allowlist to make them available in amplitude: - `CreateAccessRequestSucceeded` - generated by backend event when new request is submitted/created - `AccessRequestFailed` - generated by backend event when new request creation failed - `AccessRequestsPageViewed` - by side admin when they visit a page - `AccessRequestRejected` - by site admin when they reject a request - `AccessRequestApproved` - by site admin when they approve a request - Also adds some new experimental search input logs `SearchInputAdd`, `SearchInputGoto` and `SearchInputCommand` ## Test plan - The diff <!-- All pull requests REQUIRE a test plan: https://docs.sourcegraph.com/dev/background-information/testing_principles --> <br> Backport 3d60485 from #50391 --------- Co-authored-by: Erzhan Torokulov <[email protected]> Co-authored-by: Coury Clark <[email protected]>
- Loading branch information