TF-4269 Fix Sentry

release version: keep full version including -rc suffix

      Use full pubspec version (e.g. 0.28.3-rc08) as SENTRY_RELEASE for both
      Android and iOS, matching the version the app reports at runtime.
      Validation still compares base versions only (strips -rc suffix) to
      allow rc tags to match the base version in pubspec.
This commit is contained in:
dab246
2026-04-21 13:18:36 +07:00
parent f81ba99c77
commit b98c76e72a
2 changed files with 17 additions and 13 deletions
+1 -1
View File
@@ -251,4 +251,4 @@ class IOSSharingManager {
logWarning('IOSSharingManager::saveSentryConfigToKeychain: Exception: $e');
}
}
}
}