How to remove "error count since last fsck" on devices that changed device names

I keep seeing these logs:

Dec 13 01:16:46 ourserver kernel: EXT4-fs (sda1): error count since last fsck: 100
Dec 13 01:16:46 ourserver kernel: EXT4-fs (sda1): initial error at time 1574456011: __ext4_get_inode_loc:4718: inode 2: block 1057
Dec 13 01:16:46 ourserver kernel: EXT4-fs (sda1): last error at time 1575491678: __ext4_find_entry:1530: inode 40763393

We are running into this issue, where an error summary stays persistent as noted by Ted Ts’o here.

You can see the date range was a couple of weeks ago when there was a device with the device path /dev/sda1:

date --date=@1574456011
Fri 22 Nov 2019 03:53:31 PM EST
date --date=@1575491678
Wed 04 Dec 2019 03:34:38 PM EST

Does e2fsprogs have an option for this?