silverstripe / silverstripe-raygun

Raygun.com integration for PHP
BSD 3-Clause "New" or "Revised" License
6 stars 23 forks source link

If Member::currentUser() available, pass that through to Raygun #7

Closed halkyon closed 10 years ago

halkyon commented 10 years ago

Useful for identifying the current user when the error was reported back to Raygun. See http://raygun.io/docs/Languages#php for reference.

wilr commented 10 years ago

Too late because it already merged but wouldn't ID be better since Email isn't always present (say with twitter ouath)

stojg commented 10 years ago

Or maybe Member::$unique_identifier_field ?