Skip to content

Commit

Permalink
Merge pull request #544 from redbadger/upload-dsyms
Browse files Browse the repository at this point in the history
Add lane for updating dsym symbols in bugsnag
  • Loading branch information
markholland authored Jul 2, 2018
2 parents 083b252 + b15b670 commit 08870c4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,10 @@ platform :ios do
force_for_new_devices: true
)
end

lane :refresh_dsyms do |options|
download_dsyms(version: options[:version])
upload_symbols_to_bugsnag
clean_build_artifacts
end
end
6 changes: 6 additions & 0 deletions ios/fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ fastlane ios devices

Add devices

### ios refresh_dsyms

```
fastlane ios refresh_dsyms
```

---

This README.md is auto-generated and will be re-generated every time [fastlane](https://fastlane.tools) is run.
Expand Down

0 comments on commit 08870c4

Please sign in to comment.