You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'A new step was added to your fastlane file. Now and you build your project with fastlane, debug symbols and source context will be uploaded to Sentry.',
157
-
);
158
-
}else{
159
-
clack.log.warn(
160
-
'Could not edit your fastlane file to upload debug symbols to Sentry. Please follow the instructions at https://docs.sentry.io/platforms/apple/guides/ios/dsym/#fastlane',
161
-
);
162
-
}
163
-
}
164
-
}
137
+
// Step - Fastlane Configuration
138
+
awaitconfigureFastlane({
139
+
projectDir,
140
+
orgSlug: selectedProject.organization.slug,
141
+
projectSlug: selectedProject.slug,
142
+
});
165
143
166
144
clack.log.success(
167
145
'Sentry was successfully added to your project! Run your project to send your first event to Sentry. Go to Sentry.io to see whether everything is working fine.',
'A new step was added to your fastlane file. Now and you build your project with fastlane, debug symbols and source context will be uploaded to Sentry.',
46
+
);
47
+
}else{
48
+
clack.log.warn(
49
+
'Could not edit your fastlane file to upload debug symbols to Sentry. Please follow the instructions at https://docs.sentry.io/platforms/apple/guides/ios/dsym/#fastlane',
0 commit comments