Skip to content

Commit 9c2cfab

Browse files
bondzkamilogorek
authored andcommitted
showReportDialog's option object is optional
1 parent e803a51 commit 9c2cfab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/raven.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ declare module Raven {
234234
setShouldSendCallback(data: any, orig?: any): RavenStatic;
235235

236236
/** Show Sentry user feedback dialog */
237-
showReportDialog(options: Object): void;
237+
showReportDialog(options?: Object): void;
238238

239239
/*
240240
* Configure Raven DSN

0 commit comments

Comments
 (0)