mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 13:51:46 +00:00
chore(analytics): remove Cody characters events from inclusion in pin… (#63557)
…gs and in-product analytics calculations This change is in line with the changes to user definitions proposed [here](https://sourcegraph.slack.com/archives/C06358CMSRM/p1718992225687659). ## Test plan CI ## Changelog Co-authored-by: Dan Adler <5589410+dadlerj@users.noreply.github.com>
This commit is contained in:
parent
0e82e717b3
commit
103413c54c
@ -18,6 +18,8 @@ var NonActiveUserEvents = []string{
|
||||
"ExternalAuthSignupFailed",
|
||||
"ExternalAuthSignupSucceeded",
|
||||
"CodyVSCodeExtension:CodySavedLogin:executed",
|
||||
"cody.characters.flush",
|
||||
"cody.characters",
|
||||
}
|
||||
|
||||
// List of events that shouldn't be logged in local (Postgres) databases.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user