Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding additional data to error #6

Closed
nWidart opened this issue May 3, 2016 · 1 comment
Closed

Adding additional data to error #6

nWidart opened this issue May 3, 2016 · 1 comment

Comments

@nWidart
Copy link

nWidart commented May 3, 2016

Hello,

Is it possible to add additional custom data to the logged errors ?
I'm specifically thinking of the logged in user id, first/last name etc.

I see the package already tries to guess the user id with $user->getAuthIdentifier(),, however I'm using Sentinel for ACL which doesn't has this.

Thank you,

@nWidart
Copy link
Author

nWidart commented May 3, 2016

Aha, found it:

$sentry->user_context([
    'id' => $user->id,
    'username' => $user->login,
    'email' => $user->email,
]);

Sorry for the unnecessary issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant