# test-otel-app **Repository Path**: mirrors_getsentry/test-otel-app ## Basic Information - **Project Name**: test-otel-app - **Description**: A test server & app to try OpenTelemetry integration. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-04 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # test-otel-app ## Server Run it on Port 4000: ``` cd packages/server && SENTRY_DSN=https://1293f52b8a954953b8a849dd51c7aefd@o447951.ingest.sentry.io/4504118275604480 yarn start ``` ## Client Run it on Port 3000: ``` cd packages/client && REACT_APP_SENTRY_DSN=https://df424cdc6c1248169a9ae9dd48a42191@o447951.ingest.sentry.io/4504118274883584 yarn start ```