Resources > Sentry Build </>
December 2, 2025 at 10AM PT
If you’re using OpenTelemetry to collect traces or logs, shipping that data into Sentry is easy with the new OTLP endpoints. We’re going live to take you through how you can get started using OpenTelemetry with Sentry.
We’ll cover…
We're going hands-on with all things application development, and making sure that when your code breaks, you have a good way figure out how to fix it. Sentry Build workshops stay in the code, building software, and debugging real problems with the latest tools from Sentry.
git clone https://github.com/getsentry/sentry-build-otlp-workshop.git cd sentry-build-otlp-workshop npm run install:all cd api npx neondb -y npm run db:setup # start api server npm start # new terminal cd ../frontend npm run dev

