Skip to content

Commit 933c2c8

Browse files
eritikasskamilogorek
authored andcommitted
typescript: add missing debug option (#1205)
1 parent 746da29 commit 933c2c8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

typescript/raven.d.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,12 @@ declare module Raven {
9898
* Such events are often triggered by rogue code (e.g. from a `setInterval` callback in a browser extension),
9999
* are not actionable, and eat up your event quota.
100100
*/
101-
allowDuplicates?: boolean
101+
allowDuplicates?: boolean;
102+
103+
/**
104+
* If set to true, Raven.js outputs some light debugging information onto the console.
105+
*/
106+
debug?: boolean;
102107
}
103108

104109
interface RavenInstrumentationOptions {

0 commit comments

Comments
 (0)