Skip to content

Commit 19993b3

Browse files
committed
docs: fix "allowSecretKey" docs
1 parent b21d351 commit 19993b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ Those configuration options are documented below:
276276
When using Raven.js with a web application accessed via a browser over the web, you should
277277
only use your public DSN. But if you are using Raven.js in an environment like React Native or Electron,
278278
where your application is running "natively" on a device and not accessed at a web address, you may need
279-
to use your secret DSN string. To do so, set ``allowPrivateKey: true`` during configuration.
279+
to use your secret DSN string. To do so, set ``allowSecretKey: true`` during configuration.
280280

281281
.. describe:: debug
282282

0 commit comments

Comments
 (0)