Skip to content

Conversation

@sl0thentr0py
Copy link
Member

@sl0thentr0py sl0thentr0py commented Oct 1, 2025

merge after getsentry/sentry-python#4877 is released

Issues

@vercel
Copy link

vercel bot commented Oct 1, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
sentry-docs Ready Ready Preview Comment Nov 14, 2025 1:34pm
1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
develop-docs Ignored Ignored Preview Nov 14, 2025 1:34pm

@codecov
Copy link

codecov bot commented Oct 1, 2025

Bundle Report

Changes will increase total bundle size by 2.13kB (0.01%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
sentry-docs-client-array-push 10.17MB -6 bytes (-0.0%) ⬇️
sentry-docs-server-cjs 12.63MB 2.13kB (0.02%) ⬆️

Affected Assets, Files, and Routes:

view changes for bundle: sentry-docs-server-cjs

Assets Changed:

Asset Name Size Change Total Size Change (%)
1729.js -3 bytes 1.74MB -0.0%
../instrumentation.js -3 bytes 1.07MB -0.0%
9523.js -3 bytes 1.04MB -0.0%
../app/[[...path]]/page.js.nft.json 714 bytes 771.73kB 0.09%
../app/platform-redirect/page.js.nft.json 714 bytes 771.64kB 0.09%
../app/sitemap.xml/route.js.nft.json 714 bytes 768.88kB 0.09%
view changes for bundle: sentry-docs-client-array-push

Assets Changed:

Asset Name Size Change Total Size Change (%)
static/chunks/pages/_app-*.js -3 bytes 882.71kB -0.0%
static/chunks/8321-*.js -3 bytes 425.87kB -0.0%
static/EJzFWYbBwTsoigifQRdZ_/_buildManifest.js (New) 684 bytes 684 bytes 100.0% 🚀
static/EJzFWYbBwTsoigifQRdZ_/_ssgManifest.js (New) 77 bytes 77 bytes 100.0% 🚀
static/YUp7kbLtp1m_gvErWRVKU/_buildManifest.js (Deleted) -684 bytes 0 bytes -100.0% 🗑️
static/YUp7kbLtp1m_gvErWRVKU/_ssgManifest.js (Deleted) -77 bytes 0 bytes -100.0% 🗑️

@sl0thentr0py sl0thentr0py force-pushed the neel/python-poc-otlp branch 2 times, most recently from 279511d to 68ec4fc Compare November 6, 2025 15:36
@sl0thentr0py sl0thentr0py changed the title feat(otlp): Add python OTLP example feat(otlp): Add python OTLP integration Nov 6, 2025
@linear
Copy link

linear bot commented Nov 6, 2025

@sl0thentr0py sl0thentr0py marked this pull request as ready for review November 6, 2025 15:39

* A [`SpanExporter`](https://opentelemetry.io/docs/concepts/components/#exporters) that will automatically setup the OTLP ingestion endpoint from your Sentry DSN
* A [`Propagator`](https://opentelemetry.io/docs/concepts/context-propagation/#propagation) that ensures [distributed tracing](/concepts/key-terms/tracing/distributed-tracing/) works
* Trace/Span linking for all other Sentry events such as Errors, Logs, Crons and Metrics
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it make sense to call out that Logs, Crons, and Metrics require additional config?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn't call that out on this line since this is more like a under-the-hood how it works section titled Behavior

Copy link
Contributor

@sfanahata sfanahata left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally looks good. The only thing I'd love to see changed are the clarifications on only using the OTLP integration for tracing and renaming the POTEL doc + the alert to be clearer.

sl0thentr0py and others added 2 commits November 14, 2025 14:05
Co-authored-by: Shannon Anahata <shannon.anahata@gmail.com>
Copy link
Contributor

@sfanahata sfanahata left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great. Thanks for updating. =]

@sl0thentr0py sl0thentr0py merged commit c241ef6 into master Nov 14, 2025
14 checks passed
@sl0thentr0py sl0thentr0py deleted the neel/python-poc-otlp branch November 14, 2025 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OtlpIntegration: user docs

3 participants