Just deployed our application after adding statsig to our application, and we see a lot of the following error:
[DEP0169] DeprecationWarning: url.parse() behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for url.parse() vulnerabilities.
It seems to be related to https://github.com/statsig-io/node-js-server-sdk/blob/main/src/utils/safeFetch.ts and where it is using node-fetch. We are using it in nextjs and running on Vercel.
Just deployed our application after adding statsig to our application, and we see a lot of the following error:
It seems to be related to https://github.com/statsig-io/node-js-server-sdk/blob/main/src/utils/safeFetch.ts and where it is using node-fetch. We are using it in nextjs and running on Vercel.