What we expect: on the Sentry versions page, to be able to distinguish between multiple iOS/macOS targets that were released as a bundle (e.g., any app with a Share Extension).
What we experience: for iOS and macOS version names, Sentry uses the bundle ID. This can be problematic for apps with extension targets, because they will all share the same bundle ID prefix. The UI doesn’t account for this: version names are truncated. And when you hover over the version name, the pop-over also shows a truncated string.
Why it matters: the current UI makes it very difficult to discern which version represents what target. In our case, where we have four extensions and a host app, we’ve ended up using the incident count to intuit which app target each version name represents.