kutny / tracy-bundle

Tracy PHP debugger bundle for Symfony framework
MIT License
28 stars 5 forks source link

Configuration: Allow empty emails #13

Closed TomasVotruba closed 8 years ago

TomasVotruba commented 8 years ago

Right know, when I want to use bundle out of the box, I get this error:

image

I don't want to use any emails, just see the debug screen.

What is the reason to enforce it?

This PR should make it work even without emails.

kutny commented 8 years ago

Hi, are you sure that the bundle works properly when the email is not defined?

TomasVotruba commented 8 years ago

Hey, didn't come across any issue. But I didn't setup emails in Tracy and it works fine.

Where is it enforced by Tracy?

kutny commented 8 years ago

Where is it enforced by Tracy?

It is not. Ok, merging.

TomasVotruba commented 8 years ago

Thank you!