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

Feature/debug mode #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

php-rock
Copy link

No description provided.

@tabuna
Copy link
Member

tabuna commented Aug 17, 2020

Hi @php-rock, this is a great idea. But we can do the same at the middleware level.

Maybe it's worth making an event?

  • ProcedureAccepted - The event occurs on any correct/incorrect request before it is processed.
  • ProcedureSucceeded - The event occurs after a successful request
  • ProcedureFailed - The event occurs after a failed request

As far as developer mode is concerned, I would like to see slightly different data.
For example trace errors in the returned JSON.

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

Successfully merging this pull request may close these issues.

2 participants