Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 8c0d15f

Browse files
author
Matt Loring
committed
Clarify module loading order in readme
1 parent fbb4195 commit 8c0d15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This module provides Cloud Debug support for Node.js applications. [Google Cloud
2121
# Install with `npm` or add to your `package.json`.
2222
npm install --save @google/cloud-debug
2323

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).
2525
require('@google/cloud-debug');
2626
```
2727
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

Comments
 (0)