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

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

onurtemizkan
Copy link
Collaborator

@onurtemizkan onurtemizkan commented Apr 28, 2025

Resolves: #15739

@onurtemizkan onurtemizkan force-pushed the onur/vendor-in-remix-otel branch 3 times, most recently from d736081 to 6c80c8e Compare April 29, 2025 15:08
@onurtemizkan onurtemizkan force-pushed the onur/vendor-in-remix-otel branch 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 👍

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
3 participants