yiisoft / yii2-debug

Debug Extension for Yii 2
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
201 stars 149 forks source link

Option to skip routes from catching #433

Closed naduvko closed 4 years ago

naduvko commented 4 years ago
Q A
Is bugfix?
New feature? ✔️

Added option to pass an array with routes to exclude from auto catching

naduvko commented 4 years ago

Fails test because it adds empty data property. Should I change it to omit the property if's empty?

samdark commented 4 years ago

Tests should be adjusted.

samdark commented 4 years ago

Adjusted a bit and merged. Thanks.