-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add checklist for setting up a new native iOS project #8
base: develop
Are you sure you want to change the base?
Conversation
|
||
### Configure analytics, crash reporting, and static file analysis tools. | ||
|
||
1. Integrate Sentry for error tracking. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please link to the Sentry index docs. Might be helpful here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will link to the docs, asap they're merged.
### Configure analytics, crash reporting, and static file analysis tools. | ||
|
||
1. Integrate Sentry for error tracking. | ||
2. Use SonarCloud for code quality analysis. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here. Please link to the SonarCloud index docs. Might be helpful as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here.
Already gave some review. Hope it helps. Also make sure that this is correctly linked to existing documents. It should be reachable by clicking links from the main document. |
This is our first draft for a checklist for all relevant steps to setup a new native iOS project. As you can see, there are some leftover todos which will be worked on in the next weeks.