envy icon indicating copy to clipboard operation
envy copied to clipboard

Node.js Telemetry & Network Viewer

Results 27 envy issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for this? - [X] I have searched the existing issues ### Code of Conduct - [X] I agree to follow this project's Code of...

bug

Hello, I would like to ask how to connect to next.js application that is running inside docker container ? I have exposed ports 9998 and 9999, and I can see...

I have a fetch in App Router based API route using router and the fetch is not being picked up by the nextjs adapter. Other fetchs are, either in RSCs...

Something similar to @next/bundle-analyzer [enabled flag](https://www.npmjs.com/package/@next/bundle-analyzer#usage-with-environment-variables). For Nextjs, I imagine it would look something like this: ``` const envyConfig = { serviceName: 'next-app', enabled: process.env.ENVY === 'true' }; ``` Currently...

I use RTK Query to make my network request. I do not Get POST verb(my POST requests show up as GET) or the payload for my POST requests. I do...

https://github.com/FormidableLabs/envy/blob/f8b8ef793844e0ebef434ab0f740ca0555866da2/packages/webui/.storybook/addons/preset.ts#L6-L8 Storybook Manual Mocks addon was updated to v1 with ability to change default `__mocks__` path https://www.npmjs.com/package/storybook-addon-manual-mocks So now you can use this addon

Add test for https://github.com/FormidableLabs/envy/pull/189#pullrequestreview-1738708792

So far, Envy has likely only be used is short bursts where the number of traces present in the list are small in number; rarely more than one or two...

@envyjs/webui

Modify test cases to use a more stable assertion so class name changes do not break tests

Improve the display of parsed queries in the GraphQL System component. Details in https://github.com/FormidableLabs/envy/pull/173#discussion_r1390809726