-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add info on tenderly #58
base: main
Are you sure you want to change the base?
Conversation
WalkthroughThis pull request introduces a new "Monitoring" documentation file that details Tenderly’s monitoring and security solutions for the Morph ecosystem. The update expands the description of Tenderly services in the RPC services document by clarifying service roles and updating call-to-action links with tracking parameters. Additionally, a new "Tenderly Developer Explorer" section with supporting visuals has been added to the Block Explorer document. Finally, the developer sidebar has been updated to include an entry for the new Monitoring documentation. Changes
Sequence Diagram(s)sequenceDiagram
participant Dev as Developer
participant API as Tenderly Alerts API
participant SC as Smart Contract
participant WH as External Webhook
Dev->>API: Configure Alert (set criteria)
SC->>API: Emit Contract Event
API->>Dev: Send Notification
API->>WH: Trigger Webhook Alert
WH-->>Dev: Confirm Receipt
Poem
✨ Finishing Touches
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
docs/build-on-morph/developer-resources/use-ecosystem-developer-tools/10-monitoring.md (1)
8-10
: Minor grammatical error in the introduction.There's a small grammatical error in the text.
- Tenderly provides comprehensive monitoring and security solutions for Morph, allowing you to stay in loop with smart contract interactions and respond proactively to potential issues. + Tenderly provides comprehensive monitoring and security solutions for Morph, allowing you to stay in the loop with smart contract interactions and respond proactively to potential issues.🧰 Tools
🪛 LanguageTool
[uncategorized] ~10-~10: Possible missing article found.
Context: ...ions for Morph, allowing you to stay in loop with smart contract interactions and re...(AI_HYDRA_LEO_MISSING_THE)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (2)
assets/docs/dev/resources/tenderly-dev-explorer.png
is excluded by!**/*.png
assets/docs/dev/resources/tenderly.png
is excluded by!**/*.png
📒 Files selected for processing (4)
docs/build-on-morph/developer-resources/use-ecosystem-developer-tools/10-monitoring.md
(1 hunks)docs/build-on-morph/developer-resources/use-ecosystem-developer-tools/2-rpc-services.md
(1 hunks)docs/build-on-morph/developer-resources/use-ecosystem-developer-tools/6-block-explorer.md
(1 hunks)sidebars.js
(1 hunks)
✅ Files skipped from review due to trivial changes (1)
- docs/build-on-morph/developer-resources/use-ecosystem-developer-tools/2-rpc-services.md
🧰 Additional context used
🪛 LanguageTool
docs/build-on-morph/developer-resources/use-ecosystem-developer-tools/10-monitoring.md
[uncategorized] ~10-~10: Possible missing article found.
Context: ...ions for Morph, allowing you to stay in loop with smart contract interactions and re...
(AI_HYDRA_LEO_MISSING_THE)
🔇 Additional comments (5)
sidebars.js (1)
249-252
: LGTM - Sidebar entry for new Monitoring section added correctly.The new monitoring entry follows the established pattern for documentation links and is correctly placed within the "Use Ecosystem Developer Tools" category.
docs/build-on-morph/developer-resources/use-ecosystem-developer-tools/6-block-explorer.md (2)
12-13
: Image path looks good.The image path for the socialscan explorer follows the proper convention.
14-18
: New Tenderly Developer Explorer section is well structured.The section provides valuable information about Tenderly's Developer Explorer capabilities for Morph projects, including links to relevant documentation for alerts and Virtual TestNets. The image inclusion with a descriptive alt text enhances the user's understanding of the feature.
docs/build-on-morph/developer-resources/use-ecosystem-developer-tools/10-monitoring.md (2)
1-7
: New Monitoring document setup looks good.The frontmatter and main heading are correctly structured, following the documentation standards.
12-15
: Feature list is comprehensive and well-structured.The bullet points provide a good overview of Tenderly's monitoring capabilities, with appropriate links to more detailed documentation for each feature.
This PR adds info about Tenderly in relevant pages:
Summary by CodeRabbit