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
Debugging and logging are two of the important features in SDLC for good code maintenance practice. Yet, the project lacks both features which are introduced in Astro that we can use to prevent potential bugs in future
To-dos:
Implement logger to the project for troubleshooting assistance
Try to implement debug component to inspect values from client-side rendering
Expected outcome
Logging and debugger are implemented in the project
Description:
To-dos:
Expected outcome
Additional context