Commit e681ca848006b4fc4797f171d4dbb90ef7f126b2
1 parent
2a61150b
Exists in
master
and in
1 other branch
no need for wrapper gem, airbrake can easily be configured to send info about current user
Showing
1 changed file
with
15 additions
and
0 deletions
Show diff stats
README.md
| @@ -203,6 +203,21 @@ This will ensure that your application stays up to date with any schema changes. | @@ -203,6 +203,21 @@ This will ensure that your application stays up to date with any schema changes. | ||
| 203 | another issue tracker integration, you may need to maintain it yourself. See | 203 | another issue tracker integration, you may need to maintain it yourself. See |
| 204 | (issue trackers)[#issue-trackers] | 204 | (issue trackers)[#issue-trackers] |
| 205 | 205 | ||
| 206 | +## User information in error reports | ||
| 207 | + | ||
| 208 | +Errbit can now display information about the user who experienced an error. | ||
| 209 | +This gives you the ability to ask the user for more information, | ||
| 210 | +and let them know when you've fixed the bug. | ||
| 211 | + | ||
| 212 | +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). | ||
| 213 | + | ||
| 214 | +If user information is received with an error report, | ||
| 215 | +it will be displayed under the *User Details* tab: | ||
| 216 | + | ||
| 217 | + | ||
| 218 | + | ||
| 219 | +This tab will be hidden if no user information is available. | ||
| 220 | + | ||
| 206 | Javascript error notifications | 221 | Javascript error notifications |
| 207 | -------------------------------------- | 222 | -------------------------------------- |
| 208 | 223 |