Hi all, I am using the Next.js SDK and I'd like to dynamically set the sampling rate for transactions based on the user-agent of requests. I noticed that the samplingContext object of the tracesSampler function has an optional request attribute, but this is always undefined for me on the server-side. How can I make this attribute accessible?