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:
Dan Adler 2024-06-28 18:23:17 -07:00 committed by GitHub
parent 0e82e717b3
commit 103413c54c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.