Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore(feature)/add request and session logs #532 #727

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

leoseg
Copy link
Contributor

@leoseg leoseg commented Dec 9, 2024

Resolves #532

What changes did you make and why did you make them?

Implemented Cls for request-id logging (request id generated by uuid4) and session logging. For session logging a hash is generated from the firebase user id and the login time which should be unique and also coupling the session id to firebase.

Did you run tests? Share screenshot of results:

Run tests with npm run tests -> All passed .

How did you find us? (GitHub, Google search, social media, etc.):

GitHub

@leoseg leoseg force-pushed the chore(feature)/addRequestAndSessionLogs-#532 branch from 83d4e5d to e380a9f Compare December 29, 2024 15:04
@leoseg
Copy link
Contributor Author

leoseg commented Dec 29, 2024

Hi i did E2E testing with cypress all test run trough except the reset password tests as the mail doesn't arrive at Mailslurp, manual password reset with my Protonmail works without a problem (also done over the password reset button) , do I have to set a specific setting for the Mailslurp? There was another test that failed which was in the inital-exploration test because it expected the "Healing from sexual trauma" to be displayed in the "welcome/bumble" page which was not there (but still is available for the user under courses manually checked it with a bumble user). I think this could be more of a Frontend issue. What do you think @kyleecodes ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add requestId and sessionId to logs
2 participants