Gajus Kuizinas

Results 766 comments of Gajus Kuizinas

@seeARMS How are you getting `samplingContext?.request?.url`? I am only getting: ```ts { samplingContext: { transactionContext: { name: 'GET', parentSampled: undefined }, parentSampled: undefined } } ``` https://github.com/getsentry/sentry-javascript/discussions/10399#discussion-6149696 and looking at...

I was able to replicate the issue. Investigating.

Opened an issue with Jest. I am not sure what is causing the memory leak warning or how to mitigate it. https://github.com/jestjs/jest/issues/14580

Removing binding on the event emitter eliminates the error. ```diff import { type LogWriter } from '../types'; const createBlockingWriter = (stream: NodeJS.WritableStream): LogWriter => { return (message: string) => {...

Asked related question https://stackoverflow.com/questions/77190473/why-is-assigning-a-listener-to-process-stdout-error-event-produce-a-memory-lea

Unbelievable. @colelawrence This prob saved me hours of search 🤦

This could be solved by providing an ESM build.

Ah, I looked at the wrong dist file.

Related https://github.com/privatenumber/tsx/discussions/461 ?

> I've even mulled the idea of retaining analytics-node and adding another library like 'analytics-javascript' (like a base library) or 'analytics-web-worker' (maybe just a thin wrapper around analytics node). This...