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
We want to take the session_id that is passed from the frontend on a request, pass it to the internalServerErrorMiddleWare then take the stacktrace/all the function calls and then store it into an s3 bucket, and for each request with that id we want to append the file that is the session_id value with the function calls
The text was updated successfully, but these errors were encountered:
dependent on #2217
Description
We want to take the
session_id
that is passed from the frontend on a request, pass it to theinternalServerErrorMiddleWare
then take the stacktrace/all the function calls and then store it into an s3 bucket, and for each request with that id we want to append the file that is the session_id value with the function callsThe text was updated successfully, but these errors were encountered: