# distributed-tracing-examples **Repository Path**: mirrors_getsentry/distributed-tracing-examples ## Basic Information - **Project Name**: distributed-tracing-examples - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-19 - **Last Updated**: 2026-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Distributed Tracing 101 • Code Samples This repository contains a code example from Sentry's Distributed Tracing 101 blog posts. ## Full Stack Example To start the example: ``` npm install node web/index.js ``` Browse to http://localhost:3000, then fill out and submit the form. Examine the logging output in both your terminal and the browser console.