Skip to content

Commit f629e59

Browse files
committed
Fix PUBLIC_DSN
1 parent 7fe9a47 commit f629e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/react-native.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Now we need to set up Raven.js to use your Sentry DSN:
3333
.. code-block:: javascript
3434
3535
Raven
36-
.config('https://___PUBLIC_DSN___', { release: RELEASE_ID })
36+
.config('___PUBLIC_DSN___', { release: RELEASE_ID })
3737
.install();
3838
3939
RELEASE_ID is a string representing the “version” of the build you are

0 commit comments

Comments
 (0)