How to collect logs - ringcentral/ringcentral-embeddable GitHub Wiki

  1. Right click at the widget/app, and select Inspect to open Chrome developer tool.
  2. Click more icon in developer tool, undock the developer tool into separate window
  1. Click settings, and select show timestamp in console
  1. Go to Console panel, click settings and select preserve log
  1. Go to network, also select preserve log
  1. Keep the developer tool opened, and use the integration as you do previously. You can put it in background, so it will not effect your work.
  2. Refresh the page with the widget. Use it as normal in the widget, and see if the issue can be reproduced. If you are collecting logs for multiple tabs, do 1-7 for every tab with the widget integration, then you will have multiple chrome developer tool window opened.
  3. If the issue is not reproduced, keep use it until you find the issue is reproduced.
  4. Once the issue is reproduced, go back to Chrome developer tool
  5. Go to Console panel, right click at logs and select “Save as” to save log file
  1. Go to network, save HAR file:

For old Chrome, right click at any network request's name, and select Save all as HAR with content to save HAR file:

For new Chrome, right click at any network request's name, and select Copy -> Copy all as HAR

Then create a new text file to paste the content and save the file.

  1. Share logs and HAR file to us. If you are collecting logs for multiple tabs, do 10-12 for every Chrome developer tool windows.