Skip to content

ref(node-experimental): Copy transport & client to node-experimental #10720

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

Merged
merged 2 commits into from
Feb 19, 2024

Conversation

mydea
Copy link
Member

@mydea mydea commented Feb 19, 2024

One thing less to depend on from node!

The only thing missing to be moved from node then is handlers & non-performance integrations - getting there!

@mydea mydea requested a review from lforst February 19, 2024 13:21
@mydea mydea self-assigned this Feb 19, 2024
request: jest
.fn()
.mockImplementation((options: https.RequestOptions, callback?: (res: HTTPModuleRequestIncomingMessage) => void) => {
return https.request({ ...options, rejectUnauthorized: false }, callback);

Check failure

Code scanning / CodeQL

Disabling certificate validation

Disabling certificate validation is strongly discouraged.
Copy link
Contributor

github-actions bot commented Feb 19, 2024

size-limit report 📦

Path Size
@sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 77.82 KB (+0.02% 🔺)
@sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 69.08 KB (+0.02% 🔺)
@sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 73.01 KB (+0.02% 🔺)
@sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 62.66 KB (+0.02% 🔺)
@sentry/browser (incl. Tracing) - Webpack (gzipped) 33.27 KB (+0.04% 🔺)
@sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 33.18 KB (+0.04% 🔺)
@sentry/browser (incl. Feedback) - Webpack (gzipped) 31.16 KB (+0.05% 🔺)
@sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.16 KB (+0.05% 🔺)
@sentry/browser - Webpack (gzipped) 22.41 KB (+0.05% 🔺)
@sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 76.19 KB (+0.03% 🔺)
@sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 67.7 KB (+0.03% 🔺)
@sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 33.61 KB (+0.06% 🔺)
@sentry/browser - ES6 CDN Bundle (gzipped) 24.73 KB (+0.07% 🔺)
@sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 213.03 KB (+0.02% 🔺)
@sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 101.66 KB (+0.04% 🔺)
@sentry/browser - ES6 CDN Bundle (minified & uncompressed) 74.15 KB (+0.06% 🔺)
@sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 36.87 KB (+0.04% 🔺)
@sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 69.42 KB (+0.02% 🔺)
@sentry/react - Webpack (gzipped) 22.44 KB (+0.05% 🔺)
@sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 86.89 KB (+0.02% 🔺)
@sentry/nextjs Client - Webpack (gzipped) 50.1 KB (+0.03% 🔺)
@sentry-internal/feedback - Webpack (gzipped) 17.14 KB (0%)

@mydea mydea merged commit 4f92ff0 into develop Feb 19, 2024
@mydea mydea deleted the fn/node-experimental-client branch February 19, 2024 14:02
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.

2 participants