Matteo Collina
Matteo Collina
> I mean, that's not any different from people installing their own version of npm, pnpm or yarn. If the package.json does not restrict the package manager version properly, it's...
If you want to have these information, you can add your own serializer for req.
can you please include a full reproduction? That should be there?
> @mcollina I think we both misunderstood the intent of https://github.com/pinojs/pino-std-serializers/pull/156. What it is doing is adding yet another framework specific compatibility like these: @jsumners I can't understand why this...
Should likely also remove the following: * X-Forwarded-For/X-Real-IP - Contains client IP addresses, which are considered personal data under GDPR * Authorization - May contain encoded user credentials or tokens...
@Kielan thanks for weighting in! I don't think it's currently possible to see the HTTP requests in the inspector, so there is no place where this is documented. Possibly, we...
@eugeneo that seem very much focus on outgoing requests and not incoming, i.e. http clients vs http servers. How those will be displayed? Gathering the data would not be very...
@eugeneo I don't think I've been clear enough, so let me ask with more details. In Node.js we have IncomingMessage and OutgoingMessage. The usage of those is _swapped_ between the...
I'm confident that I can get that data out, is it possible right now to send that data to the inspector?