This is example how to implement distributed tracing in golang and reactjs with Opentelemetry and Sentry
Copy .env from .env.example
make docker-up
make init
Open 3 terminals, then run:
make run-api-service
make run-mail-service
make run-fe
This is example how to implement distributed tracing in golang and reactjs with Opentelemetry and Sentry
Copy .env from .env.example
make docker-up
make init
Open 3 terminals, then run:
make run-api-service
make run-mail-service
make run-fe