File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 11Using Sentry with CodePush
22--------------------------
33
4- If you want to use sentry together with codepush you have to send us the codepush version::
4+ If you want to use sentry together with codepush you have to send us the codepush version:
55
66.. sourcecode :: javascript
77
Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ On linking you will automatically be prompted for your DSN and other
2525information and we will configure your app automatically for react-native
2626and change files accordingly. You will need to provide the following
2727data: your DSN, the slug of your organization in Sentry, the slug of your
28- project in Sentry as well as the API key.
28+ project in Sentry as well as the Auth token. We need the Auth token for
29+ uploading the sourcemaps.
2930
3031You can find the slugs in the URL of your project
3132(``sentry.io/your-org-slug/your-project-slug ``) If you don't have an auth
@@ -60,11 +61,6 @@ latest version::
6061iOS Specifics
6162-------------
6263
63- Since we use our `Swift Client
64- <https://github.com/getsentry/sentry-swift> `_ in the background, your
65- project has to embed the swift standard libraries. The link step will do
66- this automatically for your project.
67-
6864When you use xcode you can hook directly into the build process to upload
6965debug symbols and sourcemaps. If you however are using bitcode you will
7066need to disable the "Upload Debug Symbols to Sentry" build phase and then
You can’t perform that action at this time.
0 commit comments