Skip to content

Commit 105b3aa

Browse files
committed
Fix docs
1 parent 66f39ab commit 105b3aa

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

docs/expo.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
.. _expo:
2-
31
Using Sentry with Expo
42
----------------------
53

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::
75

8-
$ npm i sentry-expo --save
6+
$ npm i sentry-expo --save
97

10-
In your `main.js` or `app.js`:
8+
In your ``main.js`` or ``app.js``:
119

1210
.. sourcecode:: javascript
1311

@@ -18,7 +16,7 @@ In your `main.js` or `app.js`:
1816
Note that for Expo you have to use you public DSN instead of the private one.
1917
This is due Expo isn't using the native integration yet, this could change in future releases.
2018

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``
2220

2321
.. sourcecode:: javascript
2422

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ These are functions you can call in your javascript code:
189189
// This will trigger a crash in the native sentry client
190190
//Sentry.nativeCrash();
191191

192-
Deep Dive
193-
---------
192+
More
193+
----
194194

195195
.. toctree::
196196
:maxdepth: 2

0 commit comments

Comments
 (0)