Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ref: Deprecate non-callback based continueTrace #10301

Merged
merged 4 commits into from
Jan 31, 2024

Conversation

lforst
Copy link
Member

@lforst lforst commented Jan 23, 2024

Deprecates the non-callback based version of continueTrace and migrates most our usages of it internally (In nextjs it's a bit complicated so I'll do it in a follow up pr). We deprecate this to err on the safe side in terms of otel because we might require to fork the scope/context in the future here and that would not be possible with a non-callback based implementation.

Copy link
Contributor

github-actions bot commented Jan 23, 2024

size-limit report 📦

Path Size
@sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 78.11 KB (0%)
@sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 69.35 KB (0%)
@sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 73.21 KB (0%)
@sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 62.96 KB (0%)
@sentry/browser (incl. Tracing) - Webpack (gzipped) 33.36 KB (0%)
@sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 33.23 KB (0%)
@sentry/browser (incl. Feedback) - Webpack (gzipped) 31.33 KB (0%)
@sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.34 KB (0%)
@sentry/browser - Webpack (gzipped) 22.6 KB (0%)
@sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 76.08 KB (+0.01% 🔺)
@sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 67.63 KB (+0.01% 🔺)
@sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 33.47 KB (+0.03% 🔺)
@sentry/browser - ES6 CDN Bundle (gzipped) 24.66 KB (+0.02% 🔺)
@sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 213.38 KB (+0.01% 🔺)
@sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 101.39 KB (+0.01% 🔺)
@sentry/browser - ES6 CDN Bundle (minified & uncompressed) 74.01 KB (+0.01% 🔺)
@sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 36.61 KB (+0.02% 🔺)
@sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 69.71 KB (0%)
@sentry/react - Webpack (gzipped) 22.63 KB (0%)
@sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 86.48 KB (0%)
@sentry/nextjs Client - Webpack (gzipped) 50.78 KB (0%)
@sentry-internal/feedback - Webpack (gzipped) 17.21 KB (0%)

@lforst lforst force-pushed the lforst-start-span-read-prop-context branch from 7d429a5 to ba77925 Compare January 25, 2024 15:10
Base automatically changed from lforst-start-span-read-prop-context to develop January 30, 2024 07:01
@lforst lforst force-pushed the lforst-deprecate-continutetrace branch from 1c58f58 to 9f5b9a4 Compare January 31, 2024 09:38

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@lforst lforst changed the title ref: Deprecate callback based continueTrace and its return value ref: Deprecate non-callback based continueTrace Jan 31, 2024
@lforst lforst marked this pull request as ready for review January 31, 2024 11:03
@lforst lforst requested review from mydea, Lms24 and AbhiPrasad January 31, 2024 11:04
@lforst lforst merged commit 8bec42e into develop Jan 31, 2024
@lforst lforst deleted the lforst-deprecate-continutetrace branch January 31, 2024 15:58
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.

None yet

2 participants