Generating a HAR file for troubleshooting#2984
Merged
franrob-projects merged 2 commits intomainfrom Dec 1, 2025
Merged
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
GregHolmes
reviewed
Nov 28, 2025
|
|
||
| When troubleshooting browser-based issues, support may request a [HAR file](https://toolbox.googleapps.com/apps/har_analyzer/). This file is a log of network requests generated while the issue occurs. | ||
|
|
||
| <Aside data-type="important"> |
Contributor
There was a problem hiding this comment.
I'm not necessarily sure the Aside is really relevant here. Might be worth pulling that information out and including it in the 2 sentences above. WDYT?
d3bead9 to
86128c2
Compare
GregHolmes
approved these changes
Dec 1, 2025
franrob-projects
added a commit
to franrob-projects/portfolio
that referenced
this pull request
Apr 21, 2026
- Add TeachYAR and GibTrain (Gibraltar Compliance) project cards. Extend Project interface with an optional live URL and a "Live site" button. GibTrain links to its GitHub Pages deployment. - Add "Open-source contributions" subsection listing five docs PRs: graphprotocol/docs#1096, open-telemetry/opentelemetry.io#9711, redpanda-data/docs#1656, OWASP/CheatSheetSeries#2101 and #2100. Styled with repo code-tag, state pill, and PR number. - Home page copy: "Tech writer" -> "All things docs", "My writer journey" -> "My journey". - Expand the Ably entry with the docs re-engineering work (Textile -> Next.js + TypeScript + React) and link the two merged MDX conversion PRs: ably/docs#2911 (REST API) and #2913 (SSE). - Expand docs/ably/index.md with a new "Re-engineering the docs site" section plus images across SSE, webhooks, pub/sub, troubleshooting, and architecture. Add a troubleshooting subsection linking ably/docs#2984 (HAR file guide) and #2818 (service disruptions). - Rename static/img/ably/ably-troubleshooting/ (drop the trailing space in the directory name that was breaking image references). - Remove em-dashes from site content (projects page, 3 blog post alt-texts) using contextual substitutions: colons for titles and list intros, commas/periods for mid-sentence pauses, parens for a parenthetical, pipe for the HTML page title. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
franrob-projects
added a commit
to franrob-projects/portfolio
that referenced
this pull request
Apr 21, 2026
Four substantive merged PRs now appear alongside the open ones with a MERGED state pill: - ably/docs#2911 (REST API -> MDX, merged 2025-11-07) - ably/docs#2913 (SSE -> MDX, merged 2025-11-07) - ably/docs#2984 (HAR file troubleshooting guide, merged 2025-12-01) - ably/docs#2818 (Service disruptions documentation, merged 2025-09-18) The list previously showed only open PRs, which made it look like no merged work existed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This integrates the troubleshooting section for the FAQs into the docs:
Generating a HAR file for troubleshooting
Jira:EDU-2074
FAQ: Here