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 b478429 commit f3b3500Copy full SHA for f3b3500
src/singleton.js
@@ -46,11 +46,11 @@ module.exports = Raven;
46
* const someAppReporter = new Raven.Client();
47
* const someOtherAppReporter = new Raven.Client();
48
*
49
- * someAppReporter('__DSN__', {
+ * someAppReporter.config('__DSN__', {
50
* ...config goes here
51
* });
52
53
- * someOtherAppReporter('__OTHER_DSN__', {
+ * someOtherAppReporter.config('__OTHER_DSN__', {
54
55
56
0 commit comments