You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,11 +72,11 @@ stackify.log('error', {error : new Error()});
72
72
When logging an error message you could pass an Error object in metadata like in the last case so the exception details would be available.
73
73
74
74
#### Exception handling
75
-
By executing stackify.start() you set handler for uncaught exceptions.
75
+
By executing `stackify.start()` you set handler for uncaught exceptions.
76
76
Be sure to run it before any methods that set exception handlers.
77
77
78
78
##### Using with pure NodeJS app
79
-
If you are not using any of the frameworks and all requests are handled inside native `createServer()` method and you want to get web details of exception to be sent with it you should run stackify.exceptionHandler(req) first line inside of this method :
79
+
If you are not using any of the frameworks and all requests are handled inside native `createServer()` method and you want to get web details of exception to be sent with it you should run `stackify.exceptionHandler(req)` first line inside of this method :
0 commit comments