From e681ca848006b4fc4797f171d4dbb90ef7f126b2 Mon Sep 17 00:00:00 2001 From: Espen Antonsen Date: Sun, 3 May 2015 23:27:25 +0200 Subject: [PATCH] no need for wrapper gem, airbrake can easily be configured to send info about current user --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index 03ff049..d2a52c0 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,21 @@ This will ensure that your application stays up to date with any schema changes. another issue tracker integration, you may need to maintain it yourself. See (issue trackers)[#issue-trackers] +## User information in error reports + +Errbit can now display information about the user who experienced an error. +This gives you the ability to ask the user for more information, +and let them know when you've fixed the bug. + +The Airbrake gem will look for ```current_user``` or ```current_member```. By defailt it will only send the ```id``` of the user, to specify other attributes you can set ```config.user_attributes```. See [the Airbrake wiki for more information](https://github.com/airbrake/airbrake/wiki/Sending-current-user-information). + +If user information is received with an error report, +it will be displayed under the *User Details* tab: + +![User details tab](http://errbit.github.com/errbit/images/error_user_information.png) + +This tab will be hidden if no user information is available. + Javascript error notifications -------------------------------------- -- libgit2 0.21.2