Currently, both are in the swh-indexer project, so Sentry doesn't understand that idx-storage and indexers can have different versions, and it causes it to mark some issues like https://sentry.softwareheritage.org/organizations/swh/issues/4062 as regressions.
Description
Description
Event Timeline
Comment Actions
I'm not sure to understand the real problem here.
As the indexer and indexer-storage are in same source repository, the versions should match or increase in //. Sentry should be able to deal with it as any other version upgrade.
Comment Actions
Well my concern was about having different versions running at the same time, but Sentry is able to detect the version so that's not it.
The actual issue was that until the server is updated, the client will keep sending the error below... but splitting the two projects indeed won't solve the issue.