Page MenuHomePhabricator

Fix typo in telemetry config
Closed, ResolvedPublic

Description

TimerLastEmmitedEvent -> TimerLastEmittedEvent
"_timer_last_emmited_event" -> "_timer_last_emitted_event"

Will need to do this change in stages, see: https://gitlab.wikimedia.org/repos/releng/cli/-/merge_requests/184#note_6550

Event Timeline

Addshore moved this task from Backlog to In Progress on the mwcli board.

So I unintentionally "fixed" the second one of these typos in https://gitlab.wikimedia.org/repos/releng/cli/-/commit/048da93951643b0134fae98532d2f24d5aafdc95 when I added misspell
This is the one that should have been nicely migrated, (whoops)
This was in v0.15.0...

I'll fix the other one now and also add something that should remove leftover _timer_last_emmited_event vars in the config...

Oh, looks like the way the config is handeled, unknown values will auto be cleaned up anyway...

!303 Fix TimerLastEmmitedEvent typo (fix-TimerLastEmmitedEvent-typo)
https://gitlab.wikimedia.org/repos/releng/cli/-/merge_requests/303

Addshore moved this task from Pending Release to Done on the mwcli board.

v0.20.0 is currently releasing