Bryan English
Bryan English
### What does this PR do? - disables the `enter` argument to `startSpan()` which then disables the `storage.enterWith({ ...store, span })` call ### Motivation - otherwise it appears that sometimes...
We weren't using them outside a few use cases: 1) In appsec, where it was used as enabled/disabled state, and that's now been replaced with a variable. 2) In OpenAI,...
### What does this PR do? * Switch from the old eslintrc format to the newer format via: `npx @eslint/migrate-config .eslintrc.json` * ECMAScript version is now set at 2022, in...
### What does this PR do? Updates path-to-regexp to the latest version ### Motivation The old version was very old and full of vulns.
### Proposal **Topic of the session** * `import-in-the-middle`'s shortcomings in instrumenting ESM * New approaches (i.e. code rewriting instead of just monkey-patching) * What can Node.js core provide that might...
## Motivation the http urls weren't working for me ## Changes see title ## Workflow 1. ⚠️ Create your PR as draft ⚠️ 2. Work on you PR until the...
## Motivation ESM will be supported in an upcoming version of the injector. This needs testing. ## Changes Added two sample ESM apps, each requiring different injection variables. ## Workflow...
This provides a way to use the `using` syntax (when available) to manage AsyncLocalStorage contexts, as an alternative to `run()`.