ElevatoDigital / dewdrop

Dewdrop makes writing complex WordPress plugins simpler by providing a sensible project layout and developer tools.
Other
11 stars 3 forks source link

Whoops Page Back Button #95

Open bravadomizzou opened 7 years ago

bravadomizzou commented 7 years ago

We use Symphony to show the Whoops page whenever there is an error/exception. It would be great if we could extend / replace this. Specifically I would like a back button on that page, if you are using a webview based mobile app, you basically get stuck on that page and have to force close and reopen the app.

griffbrad commented 7 years ago

Should be pretty easy to do with an error() callback in Silex. There is one in Dewdrop already for displaying more detail for certain exceptions.

On Mar 29, 2017, at 1:01 PM, Ray Holland notifications@github.com wrote:

We use Symphony to show the Whoops page whenever there is an error/exception. It would be great if we could extend / replace this. Specifically I would like a back button on that page, if you are using a webview based mobile app, you basically get stuck on that page and have to force close and reopen the app.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/DeltaSystems/dewdrop/issues/95, or mute the thread https://github.com/notifications/unsubscribe-auth/AAbdDO08MfXey7eu_dZLzEn5_L0DdV2Oks5rqpxugaJpZM4MtVys.

griffbrad commented 7 years ago

Might be worth integrating whoops as well: https://github.com/texthtml/whoops-silex https://github.com/texthtml/whoops-silex

On Mar 29, 2017, at 1:01 PM, Ray Holland notifications@github.com wrote:

We use Symphony to show the Whoops page whenever there is an error/exception. It would be great if we could extend / replace this. Specifically I would like a back button on that page, if you are using a webview based mobile app, you basically get stuck on that page and have to force close and reopen the app.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/DeltaSystems/dewdrop/issues/95, or mute the thread https://github.com/notifications/unsubscribe-auth/AAbdDO08MfXey7eu_dZLzEn5_L0DdV2Oks5rqpxugaJpZM4MtVys.