Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

How to check issue from Rollbar

Rollbar channel:

  1. Check the Rollbar Check the Traceback and Occurrences. Traceback contain code or data that trigger the error and in this section sometime contain someone that write or make the change on the code that trigger the error. Occurrences contain where the error happen, which server or clients app. For example this error, after check the rollbar error in Traceback and Occurrences The code that triggered the error was 70 package.attributes = permitted_params that wrote by imamulakhyar93 committed this on Mar 25th, 2021 and the error happen in staging server https://hh-engineering.my.id/admin/packages/set_menus/1.json?locale=en

  2. Create ticket and assign it to PRG Title : [Which rollbar][What error] - Complete title in the rollbar For example this error the title can be like this [Server][UnknownAttributeError] - #39011 ActiveModel::UnknownAttributeError: unknown attribute 'restaurant_commision' for HhPackage::Package::SetMenu.

  3. QA test it After PRG inform the QA that issue has been fix, QA can test base on the comment on the PR or information from the PRG which part or specific step to test. If there’s no comment or any information from PRG, QA can try smoke test the deploy or build and try to make a booking.

  4. QA approved the PR If no issue found in the deploy or build provided by the PRG base on scope, QA can approve the PR. QA can contact the PRG for any issue regarding the PR.

  5. Change the status to resolved in the slack channel QA can resolve the error from the rollbar or slack channel.