Skip to content

Commit 2a1a202

Browse files
committed
chore: update canonical link
1 parent 43720fe commit 2a1a202

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/_blog/2025-js-libp2p-devtools.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
date: 2025-07-25
33
permalink: /2025-js-libp2p-helia-devtools/
4-
title: 'Debugging superpowers with the new js-libp2p developer tools'
4+
title: 'Debugging Superpowers With the New js-libp2p Developer Tools'
55
description: 'Discover the new js-libp2p developer tools from Shipyard that provide real-time debugging capabilities for js-libp2p and Helia nodes in both browsers and Node.js.'
6+
canonicalUrl: https://ipshipyard.com/blog/2025-js-libp2p-devtools/
67
author: Daniel Norman
78
header_image: /dev-tools.jpg
89
tags:
@@ -15,15 +16,17 @@ tags:
1516
- Interplanetary Shipyard
1617
---
1718

19+
_This blog post originally appeared on the [Interplanetary Shipyard](https://ipshipyard.com/) blog_
20+
1821
[Interplanetary Shipyard](https://ipshipyard.com/) is thrilled to share [js-libp2p inspector](https://github.com/ipshipyard/js-libp2p-inspector/), the new developer tools for debugging and inspecting js-libp2p and Helia, for use both in browsers and Node.js.
1922

2023
Debugging is an essential part of software development, and having the right tools can make all the difference. The new developer tools provide a user-friendly interface to inspect your libp2p nodes in real-time, tightening the feedback loop and making it easier to diagnose issues.
2124

22-
## Inspecting and monitoring throughout the development cycle
25+
## Inspecting and monitoring throughout the development lifecycle
2326

2427
These new developer tools expand the existing set of metrics implementations for js-libp2p, which include [metrics-prometheus](https://github.com/libp2p/js-libp2p/tree/main/packages/metrics-prometheus) and [metrics-opentelemetry](https://github.com/libp2p/js-libp2p/tree/main/packages/metrics-opentelemetry).
2528

26-
While Prometheus and OpenTelemetry are for monitoring and tracing in production (though not exclusively), the inspector is intended for use during development. Together, these tools provide a comprehensive solution for monitoring and debugging js-libp2p and Helia nodes throughout the development cycle.
29+
While Prometheus and OpenTelemetry are for monitoring and tracing in production (though not exclusively), the inspector is intended for use during development. Together, these tools provide a comprehensive solution for monitoring and debugging js-libp2p and Helia nodes throughout the development lifecycle.
2730

2831
## Getting started
2932

0 commit comments

Comments
 (0)