Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

Replace upload_symbols_to_sentry(...) with `sentry_upload_dsym(...)…

…` as the first one is deprecated
  • Loading branch information
mahmoud-adam85 committed Jul 27, 2018
1 parent ad5b868 commit 34539c9dd7ed1b08339f5fe5050c20b978e6ac00
Showing with 1 addition and 1 deletion.
  1. +1 −1 fastlane/Fastfile
@@ -144,7 +144,7 @@ platform :ios do
skip_waiting_for_build_processing: "true"
)

upload_symbols_to_sentry(
sentry_upload_dsym(
auth_token: ENV["SENTRY_AUTH_TOKEN"],
org_slug: 'cliqz',
project_slug: 'ghostery',

0 comments on commit 34539c9

Please sign in to comment.