dbos-inc / dbos-transact

The TypeScript framework for backends that scale
https://docs.dbos.dev
MIT License
335 stars 22 forks source link

Add debug logs to the user registration path #429

Open maxdml opened 3 months ago

maxdml commented 3 months ago

To print more information about where in the registration flow we currently are, what URLs were called, etc

qianl15 commented 3 months ago

Can you elaborate more? Registration for DBOS Cloud?

maxdml commented 3 months ago

The registration flow has several steps:

It would be nice to add debug logs to help debug which of these steps were executed, and other details such as the endpoints being called, with which payload (no secrets), etc