Skip to content

Commit cc2cdab

Browse files
authored
Provided default values for optional arguments in README
1 parent 1dbb3b7 commit cc2cdab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ errorHandler.start({
9393
// Version identifier of the service reporting the error.
9494

9595
// reportUncaughtExceptions: false
96-
// Set to false to prevent reporting unhandled exceptions.
96+
// Set to false to prevent reporting unhandled exceptions, default: `true`.
9797

9898
// reportUnhandledPromiseRejections: false
99-
// Set to false to prevent reporting unhandled promise rejections.
99+
// Set to false to prevent reporting unhandled promise rejections, default: `true`.
100100

101101
// disabled: true
102-
// Set to true to not send error reports, this can be used when developing locally.
102+
// Set to true to not send error reports, this can be used when developing locally, default: `false`.
103103

104104
// context: {user: 'user1'}
105105
// You can set the user later using setUser()

0 commit comments

Comments
 (0)