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
Copy file name to clipboardExpand all lines: docs/expo.rst
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,11 @@
1
-
.. _expo:
2
-
3
1
Using Sentry with Expo
4
2
----------------------
5
3
6
-
`Expo <https://expo.io/>`_ is an awesome way to quickly create and play around with your react native app. Now you can also use Sentry together with Expo which is pretty simple todo
4
+
`Expo <https://expo.io/>`_ is an awesome way to quickly create and play around with your react native app. Now you can also use Sentry together with Expo which is pretty simple todo::
7
5
8
-
$ npm i sentry-expo --save
6
+
$ npm i sentry-expo --save
9
7
10
-
In your `main.js` or `app.js`:
8
+
In your ``main.js`` or ``app.js``:
11
9
12
10
.. sourcecode:: javascript
13
11
@@ -18,7 +16,7 @@ In your `main.js` or `app.js`:
18
16
Note that for Expo you have to use you public DSN instead of the private one.
19
17
This is due Expo isn't using the native integration yet, this could change in future releases.
20
18
21
-
For uploading source maps you have to add this to your `exp.json` or `app.json`
19
+
For uploading source maps you have to add this to your ``exp.json`` or ``app.json``
0 commit comments