We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe9a47 commit f629e59Copy full SHA for f629e59
docs/integrations/react-native.rst
@@ -33,7 +33,7 @@ Now we need to set up Raven.js to use your Sentry DSN:
33
.. code-block:: javascript
34
35
Raven
36
- .config('https://___PUBLIC_DSN___', { release: RELEASE_ID })
+ .config('___PUBLIC_DSN___', { release: RELEASE_ID })
37
.install();
38
39
RELEASE_ID is a string representing the “version” of the build you are
0 commit comments