File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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()
You can’t perform that action at this time.
0 commit comments