Skip to content

Commit ad5eff1

Browse files
committed
chore: Remove broken sentry_upload_build calls in Fastfile
1 parent cda28ea commit ad5eff1

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

fastlane/Fastfile

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ platform :ios do
3939
)
4040

4141
# Upload the archive to Sentry for further analysis
42-
sentry_upload_build(
43-
auth_token: ENV["SENTRY_AUTH_TOKEN"],
44-
org_slug: "techprimate",
45-
project_slug: "flinky",
46-
xcarchive_path: "./Flinky.xcarchive",
47-
) if is_ci
42+
# sentry_upload_build(
43+
# auth_token: ENV["SENTRY_AUTH_TOKEN"],
44+
# org_slug: "techprimate",
45+
# project_slug: "flinky",
46+
# xcarchive_path: "./Flinky.xcarchive",
47+
# ) if is_ci
4848
end
4949

5050
desc "Generate app icon sizes from source image using fastlane-plugin-appicon"
@@ -214,12 +214,12 @@ platform :ios do
214214
)
215215

216216
# Upload the xcarchive to Sentry for further analysis
217-
sentry_upload_build(
218-
auth_token: ENV["SENTRY_AUTH_TOKEN"],
219-
org_slug: "techprimate",
220-
project_slug: "flinky",
221-
xcarchive_path: "./Flinky.xcarchive",
222-
)
217+
# sentry_upload_build(
218+
# auth_token: ENV["SENTRY_AUTH_TOKEN"],
219+
# org_slug: "techprimate",
220+
# project_slug: "flinky",
221+
# xcarchive_path: "./Flinky.xcarchive",
222+
# )
223223

224224
# Associate commits with the release
225225
sentry_set_commits(

0 commit comments

Comments
 (0)