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

preserve context when adding a new context provider #89

Merged

Conversation

chrisholmes
Copy link
Member

This is common need when creating a domain specific logger: we may want to provide domain specific ids (like user/session ids) inline with some generic ones (like Otel ids). Currently, we have to create a single lambda with all of the behaviour in it, which leads to lots of duplicated across apps.

This is common need when creating a domain specific logger: we may want to provide domain specific ids (like user/session ids) inline with some generic ones (like Otel ids). Currently, we have to create a single lambda with all of the behaviour in it, which leads to lots of duplicated across apps.
@chrisholmes chrisholmes requested a review from a team as a code owner August 2, 2024 09:41
@chrisholmes
Copy link
Member Author

/dobby version minor

dobby-app bot and others added 3 commits August 2, 2024 09:41
this is a very brittle test since it relies on the permanent loading of active_support
@chrisholmes chrisholmes requested a review from a team August 2, 2024 09:48
@chrisholmes chrisholmes merged commit 116fafb into master Aug 2, 2024
5 checks passed
@chrisholmes chrisholmes deleted the preserve-context-when-supplying-new-context-providers branch August 2, 2024 13:11
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