Skip to content

Conversation

@levyoren
Copy link

@levyoren levyoren commented Jan 15, 2023

@nozik @LironKS

Ignore the .github/workflows changes for now - I just want to be aligned with the tasks we had in main so far so I re-applied them as well (although I think we should not touch them, just disable them in github, and create our own tasks).

What we do need to go over are all the instrumentation changes which I re-applied - basically they should all be "additions" of code, but I think there were a few places where we updated/removed stuff. Have a look.

@levyoren levyoren requested review from LironKS and nozik January 15, 2023 16:26
delegateField.setAccessible(true);
Object delegate = delegateField.get(mapData.get(attributes.get(carrier)));
Map<String, String> newAttributes = (Map) delegate;
newAttributes.put(key, value);
Copy link

Choose a reason for hiding this comment

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

If I remember correctly we have exported all this to an external function - it makes me think that we are missing here some more updated commit

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.

4 participants