Skip to content

Commit f145952

Browse files
committed
Updated docs
1 parent af61d11 commit f145952

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

docs/codepush.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Using 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

docs/index.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ On linking you will automatically be prompted for your DSN and other
2525
information and we will configure your app automatically for react-native
2626
and change files accordingly. You will need to provide the following
2727
data: 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

3031
You 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::
6061
iOS 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-
6864
When you use xcode you can hook directly into the build process to upload
6965
debug symbols and sourcemaps. If you however are using bitcode you will
7066
need to disable the "Upload Debug Symbols to Sentry" build phase and then

0 commit comments

Comments
 (0)