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 746da29 commit 933c2c8Copy full SHA for 933c2c8
typescript/raven.d.ts
@@ -98,7 +98,12 @@ declare module Raven {
98
* Such events are often triggered by rogue code (e.g. from a `setInterval` callback in a browser extension),
99
* are not actionable, and eat up your event quota.
100
*/
101
- allowDuplicates?: boolean
+ allowDuplicates?: boolean;
102
+
103
+ /**
104
+ * If set to true, Raven.js outputs some light debugging information onto the console.
105
+ */
106
+ debug?: boolean;
107
}
108
109
interface RavenInstrumentationOptions {
0 commit comments