Skip to content

feat(remix): Vendor in opentelemetry-instrumentation-remix #16145

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 8 commits into from
May 13, 2025

Conversation

onurtemizkan
Copy link
Collaborator

@onurtemizkan onurtemizkan commented Apr 28, 2025

Resolves: #15739

@onurtemizkan onurtemizkan force-pushed the onur/vendor-in-remix-otel branch 4 times, most recently from 6c80c8e to bb95f29 Compare May 2, 2025 09:37
@onurtemizkan onurtemizkan requested review from mydea and s1gr1d May 2, 2025 10:03
@onurtemizkan onurtemizkan marked this pull request as ready for review May 2, 2025 10:03
Copy link
Member

@andreiborza andreiborza left a comment

Choose a reason for hiding this comment

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

Thanks for vendoring this in!

Comment on lines 29 to 30
if (formDataKeys[key] === false) {
return;
Copy link
Member

Choose a reason for hiding this comment

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

m: This is already covered by the outer if right?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Oops, yes. Updated

/* eslint-disable max-lines */
/* eslint-disable jsdoc/require-jsdoc */

// Vendored and modified from:
Copy link
Member

Choose a reason for hiding this comment

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

q: Could you briefly describe what was modified in the PR description please?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Updated the PR description 👍

@onurtemizkan onurtemizkan force-pushed the onur/vendor-in-remix-otel branch 2 times, most recently from 43791b6 to 50bb292 Compare May 9, 2025 18:26
@onurtemizkan onurtemizkan force-pushed the onur/vendor-in-remix-otel branch from 50bb292 to 580f5ff Compare May 13, 2025 11:25
Copy link
Contributor

size-limit report 📦

Path Size % Change Change
@sentry/browser 23.96 kB - -
@sentry/browser - with treeshaking flags 23.62 kB - -
@sentry/browser (incl. Tracing) 38.2 kB - -
@sentry/browser (incl. Tracing, Replay) 76.31 kB - -
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 69.34 kB +0.01% +1 B 🔺
@sentry/browser (incl. Tracing, Replay with Canvas) 81.08 kB - -
@sentry/browser (incl. Tracing, Replay, Feedback) 93.18 kB - -
@sentry/browser (incl. Feedback) 40.76 kB - -
@sentry/browser (incl. sendFeedback) 28.7 kB - -
@sentry/browser (incl. FeedbackAsync) 33.58 kB -0.01% -1 B 🔽
@sentry/react 25.77 kB -0.02% -3 B 🔽
@sentry/react (incl. Tracing) 40.2 kB - -
@sentry/vue 28.34 kB -0.01% -1 B 🔽
@sentry/vue (incl. Tracing) 40 kB - -
@sentry/svelte 23.99 kB - -
CDN Bundle 25.17 kB -0.01% -1 B 🔽
CDN Bundle (incl. Tracing) 38.22 kB - -
CDN Bundle (incl. Tracing, Replay) 74.1 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) 79.53 kB - -
CDN Bundle - uncompressed 73.44 kB - -
CDN Bundle (incl. Tracing) - uncompressed 113.11 kB - -
CDN Bundle (incl. Tracing, Replay) - uncompressed 227.07 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 239.9 kB - -
@sentry/nextjs (client) 41.86 kB -0.01% -2 B 🔽
@sentry/sveltekit (client) 38.67 kB - -
@sentry/node 158 kB -0.73% -1.15 kB 🔽
@sentry/node - without tracing 97.9 kB +0.01% +1 B 🔺
@sentry/aws-serverless 123.24 kB -0.94% -1.17 kB 🔽

View base workflow run

@AbhiPrasad AbhiPrasad merged commit b998433 into develop May 13, 2025
158 checks passed
@AbhiPrasad AbhiPrasad deleted the onur/vendor-in-remix-otel branch May 13, 2025 20: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.

[Remix] Only attach keys defined in captureActionFormDataKeys Fork/vendor remix instrumentation
4 participants