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: packages/error-reporting/README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,11 +44,19 @@ var errors = require('@google-cloud/error-reporting')({
44
44
errors.report(newError('Something broke!'));
45
45
```
46
46
47
-
-*One may even catch and report application-wide uncaught errors:*
47
+
-**One may even catch and report application-wide uncaught errors:**
48
+
-*It is recommended to catch uncaughtExceptions for production-deployed applications*
49
+
-[To read more about uncaught exception handling in Node.js and what it means for your application please click here](https://nodejs.org/api/process.html#process_event_uncaughtexception)
48
50
49
51
```js
50
52
var errors =require('@google-cloud/error-reporting')();
0 commit comments