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 are using remix-aws but i need to send analytics events for all requests (even non rendering routes) so i had to rip the code from this repo and uninstall remix-aws and just use the modified code.
would be nice if we could still use remix-aws instead tho. please add the ability to modify the request handler or inject a callback or something.
this is the modified version of the createRequestHandler that we are using. we basically just wrapped an analytics event around the request object before the response
we are using
remix-aws
but i need to send analytics events for all requests (even non rendering routes) so i had to rip the code from this repo and uninstallremix-aws
and just use the modified code.would be nice if we could still use
remix-aws
instead tho. please add the ability to modify the request handler or inject a callback or something.this is the modified version of the
createRequestHandler
that we are using. we basically just wrapped an analytics event around the request object before the responseThe text was updated successfully, but these errors were encountered: