DarkAiR / yii2-sentry-log

Yii2 Sentry logger based on Raven client
BSD 3-Clause "New" or "Revised" License
3 stars 6 forks source link

Discarded invalid value for parameter 'extra' #3

Open elzix opened 6 years ago

elzix commented 6 years ago

I have setup the extension and am getting the errors in Sentry.

However, the value of extra is blank. So I get the Yii2 errors but no details. What am I missing?

mitrm commented 6 years ago

You need raven https://github.com/mitrm/yii2-sentry-log#install

elzix commented 6 years ago

I installed using composer, so I automatically got raven installed for me. I set the config correctly. Any other setting I'm missing so that Yii2's exception descriptions get sent to Sentry?