Guides
NodeJS + Express + Subtrace
Connect your NodeJS + Express backend to Chrome DevTools using Subtrace
You can connect your NodeJS backend to Chrome DevTools using Subtrace so that you can can inspect the status, headers, payload, and latency of all requests. It takes just one command to integrate Subtrace.
For this guide, we’ll use the following NodeJS + Express app as an example:
Download the latest version of Subtrace using the following command:
And get a SUBTRACE_TOKEN
from the Subtrace dashboard
for free to set it as an environment variable.
Start your server using Subtrace with the following command:
Send some requests to localhost:3000
to see them automatically appear in
Chrome DevTools in the Subtrace dashboard!