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 b21d351 commit 19993b3Copy full SHA for 19993b3
docs/config.rst
@@ -276,7 +276,7 @@ Those configuration options are documented below:
276
When using Raven.js with a web application accessed via a browser over the web, you should
277
only use your public DSN. But if you are using Raven.js in an environment like React Native or Electron,
278
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.
+ to use your secret DSN string. To do so, set ``allowSecretKey: true`` during configuration.
280
281
.. describe:: debug
282
0 commit comments