docs(wallets): add Tenderly debugging documentation page#1182
Open
Richard-Dang wants to merge 13 commits intomainfrom
Open
docs(wallets): add Tenderly debugging documentation page#1182Richard-Dang wants to merge 13 commits intomainfrom
Richard-Dang wants to merge 13 commits intomainfrom
Conversation
Create a new docs page covering both onchain and offchain Tenderly debugging workflows for the Transaction Lifecycle Dashboard. Convert the "Debug transactions" nav entry from a single page to a section with the new "Debug with Tenderly" sub-page. Linear: ALC-531
🔗 Preview Mode
|
Update links from docs.tenderly.co/simulations to docs.tenderly.co/simulator-ui to match the actual Tenderly docs page.
…tenderly-debugging # Conflicts: # content/docs.yml
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.
Summary
Adds a new documentation page covering the Tenderly debugging integration for the Transaction Lifecycle Dashboard. The integration provides two workflows: direct Tenderly debugger links for onchain reverts, and one-click Tenderly simulations for offchain user operation failures. Also converts the "Debug transactions" nav entry from a single page to a collapsible section to accommodate the new sub-page.
Key changes
content/docs.yml-- Converted "Debug transactions" from apageto asectionwithcollapsed: true, keepingindex.mdxas the section overview and adding the new Tenderly page as a childcontent/wallets/pages/transactions/debug-transactions/debug-with-tenderly.mdx-- New page covering:Technical details
docs.ymlrichard/alc-528-frontend-phase-2-simulation-flow(separate Debug and Simulate buttons, eligibility conditions, rate limit behavior){/* TODO: Screenshot ... */}) are included for 7 key UI states; actual screenshots require Cloudinary uploads after the feature shipsTesting
pnpm run lintpasses (pre-existing Prettier issues in 2 unrelated files)Linear task
ALC-531