Mirza Brunjadze

Results 6 comments of Mirza Brunjadze

have not tested this yet, will reopen later

Tested with `[email protected]`, `http.request.body.original` field is populated with request body

@trentm thanks for the input, it will take me probably 1 or 2 weeks to make this a proper PR.

Hi @trentm, I've added tests as you requested. One issue is that tests are run against v2 (required in devDependencies), which was already supported. I did locally install v3 and...

Ok, I think I was wrong on v2 comment, as I forgot to comment out my patches for v2 before testing 😐 Rebased and added changes to `.tav.yml`

this should be enough ```ts declare module 'pino-elasticsearch' { import {DestinationStream} from 'pino'; import {ConnectionOptions as TlsConnectionOptions} from 'tls'; import Connection, {AgentOptions} from '@elastic/elasticsearch/lib/Connection'; import {BasicAuth, ApiKeyAuth, BearerAuth} from '@elastic/elasticsearch/lib/pool';...