Skip to content

Commit

Permalink
showReportDialog's option object is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
bondz authored and kamilogorek committed Oct 17, 2017
1 parent e803a51 commit 9c2cfab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/raven.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ declare module Raven {
setShouldSendCallback(data: any, orig?: any): RavenStatic;

/** Show Sentry user feedback dialog */
showReportDialog(options: Object): void;
showReportDialog(options?: Object): void;

/*
* Configure Raven DSN
Expand Down

0 comments on commit 9c2cfab

Please sign in to comment.