flav
flav
Hello, I use sentry on a discord bot not a website Node version: v20.17.0  
I've already double-checked my code When you talk to me about span, I think of HTML elements, but I don't do web.
On my side I never call Sentry.startSpan()
I wouldn't say long requests, but I have a lot of requests per second, over 110req/s at times, and I receive a lot of messages via websocket.
here you can see that the memory leak arrived at the same time as my sentry update, and since then I've had the performance tab working.   
- I initialize sentry only once - On each cluster I open 16 websocket connections to discord (clients) I'll try to remove the profillerRate line, and we'll see if it...
Sentry.getRootSpan() requires and argument
On the active process i used eval() ```js NonRecordingSpan { _spanContext: { traceId: 'ba6488d048422cfba347c2a2b9b1eca5', spanId: '5df94fad8fd85299', traceFlags: 0, traceState: [TraceState] } } ```
I think, the cookie is not set   but discord does return code and state and where should this cookie go ? 
this is where it breaks down since the state is stored in a cookie https://github.com/fastify/fastify-oauth2/releases/tag/v7.2.0