Barry Dutton
Barry Dutton
Circling back on this, the newrelic team also did a little [investigating](https://github.com/newrelic/newrelic-browser-agent/issues/864) and believe this issue is likely related to #3605. Do you know if there is an ETA on...
Makes sense. In the meantime, the newrelic team found a temporary workaround in case others run into this issue. Changing the import from `@newrelic/browser-agent/...` to `@newrelic/browser-agent/src/...` allows Stencil to properly...
I had actually been meaning to comment on this for a while. What is implemented in that PR sounds more like a "switch" than anything. On a personal level I...
Yeah, will definitely need get/set. Will want to be able to change it while running tests. I'm not super sure what I would call the variable that controls this though......
Also +1 on this - We use OIDC for our normal Github Actions at my company, but then having to embed auth credentials in dependabot secrets to allow dependabot to...
I have also noticed this with NPM packages. It seemed strange given that dependabot would open PRs for both groups of dependencies I have, but would seemingly randomly put some...
Just going to add my concurring opinion with @shawn-albert that this should definitely be implemented. Prompt management is critically important to any production-grade agentic workflows. I don't necessarily agree with...