refactor: gate sentry behind build flag

This commit is contained in:
edde746
2026-03-08 18:15:19 +01:00
parent d503f6c6ce
commit c62e406749
4 changed files with 73 additions and 64 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ platform :ios do
desc "Build and deploy to App Store"
lane :deploy_appstore do
# Build the Flutter app
sh("cd #{ENV['PWD']}/.. && flutter build ipa --dart-define=ENABLE_IN_APP_REVIEW=true")
sh("cd #{ENV['PWD']}/.. && flutter build ipa --dart-define=ENABLE_IN_APP_REVIEW=true --dart-define=ENABLE_SENTRY=true")
# Upload to App Store
upload_to_app_store(