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/logging-bunyan/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ var loggingBunyan = require('@google-cloud/logging-bunyan')({
68
68
69
69
## Error Reporting
70
70
71
-
Any `Error` objects you log at severity `error`at higher can automatically be picked up by [Stackdriver Error Reporting][error-reporting] if your application is running on Google Cloud Platform. You may also want to see [@google-cloud/error-reporting][@google-cloud/error-reporting] module which provides direct access to the Error Reporting API.
71
+
Any `Error` objects you log at severity `error`or higher can automatically be picked up by [Stackdriver Error Reporting][error-reporting] if your application is running on Google Cloud Platform. You may also want to see the[@google-cloud/error-reporting][@google-cloud/error-reporting] module which provides direct access to the Error Reporting API.
Copy file name to clipboardExpand all lines: packages/logging-winston/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ winston.add(transport, {
72
72
73
73
## Error Reporting
74
74
75
-
Any `Error` objects you log at severity `error`at higher can automatically be picked up by [Stackdriver Error Reporting][error-reporting] if your application is running on Google Cloud Platform. You may also want to see [@google-cloud/error-reporting][@google-cloud/error-reporting] module which provides direct access to the Error Reporting API.
75
+
Any `Error` objects you log at severity `error`or higher can automatically be picked up by [Stackdriver Error Reporting][error-reporting] if your application is running on Google Cloud Platform. You may also want to see the[@google-cloud/error-reporting][@google-cloud/error-reporting] module which provides direct access to the Error Reporting API.
0 commit comments