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
{{ message }}
This repository was archived by the owner on Apr 3, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: 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
@@ -21,7 +21,7 @@ This module provides Cloud Debug support for Node.js applications. [Google Cloud
21
21
# Install with `npm` or add to your `package.json`.
22
22
npm install --save @google/cloud-debug
23
23
24
-
# Require the agent at the top of your main script.
24
+
# Require the agent at the top of your main script (but after '@google/cloud-trace' if you are also using it).
25
25
require('@google/cloud-debug');
26
26
```
27
27
Deploy your application, and navigate to the [Debug tab][debug-tab] within the [Google Cloud Console][dev-console] to set snapshots and start debugging.
0 commit comments