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

Add back service binding fetch instrumentation #135

Merged
merged 2 commits into from
May 6, 2024

Conversation

DaniFoldi
Copy link
Contributor

Ref #116 , #134

What this PR solves / how to test:

When we added the fix for the JSRPC runtime change, we disabled their caller-side instrumentation completely. This PR adds back the same instrumentation that we had before. For anyone reading, we still need to figure out a non-breaking way to instrument RPC-style function calls without interfering with user code.

Copy link
Collaborator

@jahands jahands left a comment

Choose a reason for hiding this comment

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

Thanks!!

@jahands jahands merged commit 0fdf245 into evanderkoogh:main May 6, 2024
1 check passed
@cdloh
Copy link

cdloh commented May 9, 2024

@jahands @DaniFoldi apologies if I'm misunderstanding this MR but doesn't this specifically remove service binding fetch instrumentation?

I had to revert this MR and add the functionality back in for spans to cross env.BINDING_NAME.fetch in my worker.

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.

3 participants