For development, our React application runs on localhost:3000 and communicates with a custom API that can run on localhost:8080. Ever since we introduced Sentry to our application, our axios calls are ...
When deploying the Docker image for the ui component, it appears to be a simple nginx container serving static webpage assets (JavaScript, CSS, etc.). The challenge comes when we want to customize the ...