Add optional developer mode with a detailed error trace for improved debugging during development. The mode can be enabled using an environment variable.
User story
As a developer
I want to see error traces
So that I can quickly assess the health of the system
Acceptance criteria
error traces are shown in the backend if the evironment variable is set
error traces come from backend if something's broken
Add optional developer mode with a detailed error trace for improved debugging during development. The mode can be enabled using an environment variable.
User story
Acceptance criteria