opentelemetry-js icon indicating copy to clipboard operation
opentelemetry-js copied to clipboard

Move stack context manager out of web

Open dyladan opened this issue 5 years ago • 2 comments
trafficstars

As there is nothing web-specific about the stack context manager, and it may be useful in testing scenarios like #1344, we should consider moving the stack context manager out of web and into some place like core or into its own module.

dyladan avatar Aug 04 '20 18:08 dyladan

I support this motion

anpatellll avatar Nov 03 '21 04:11 anpatellll

@dyladan May I take a look at this? I will suggest to refactor the code to separate the concerns of the web framework from the context management logic to identify what parts of the stack context manager depend on the web framework and developing a new context manager that handles the stack logic independently of the web framework.

olamideTiana avatar Oct 18 '24 12:10 olamideTiana