You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every server request in RR7 runs through the handleRequest hook exposed in entry.server.tsx.
This task is about researching how we can create a wrapper around this method to add automatic instrumentation to all server requests and possible follow up tasks.