From 42b632a7ccb63236fecb387a4462b8828abf1347 Mon Sep 17 00:00:00 2001 From: Melody Huang Date: Tue, 22 Apr 2025 15:01:12 +0200 Subject: [PATCH 1/2] Add RPC error handling cross reference --- src/content/docs/workers/observability/source-maps.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/workers/observability/source-maps.mdx b/src/content/docs/workers/observability/source-maps.mdx index 0040107f083ce27..b5d007526c23c92 100644 --- a/src/content/docs/workers/observability/source-maps.mdx +++ b/src/content/docs/workers/observability/source-maps.mdx @@ -86,3 +86,4 @@ With **source maps uploaded**: all methods reference the correct files and line * [Tail Workers](/workers/observability/logs/logpush/) - Learn how to attach Tail Workers to transform your logs and send them to HTTP endpoints. * [Real-time logs](/workers/observability/logs/real-time-logs/) - Learn how to capture Workers logs in real-time. +* [RPC Error Handling](/workers/runtime-apis/rpc/error-handling/) - Learn how exceptions are handled over RPC (Remote Procedure Call). From a83f28973d3239be8b00f961e935b25ddddb7b62 Mon Sep 17 00:00:00 2001 From: Melody Huang Date: Tue, 22 Apr 2025 18:53:48 +0200 Subject: [PATCH 2/2] Fix PR comments --- src/content/docs/workers/observability/source-maps.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers/observability/source-maps.mdx b/src/content/docs/workers/observability/source-maps.mdx index b5d007526c23c92..7ceaacaa1f2d050 100644 --- a/src/content/docs/workers/observability/source-maps.mdx +++ b/src/content/docs/workers/observability/source-maps.mdx @@ -86,4 +86,4 @@ With **source maps uploaded**: all methods reference the correct files and line * [Tail Workers](/workers/observability/logs/logpush/) - Learn how to attach Tail Workers to transform your logs and send them to HTTP endpoints. * [Real-time logs](/workers/observability/logs/real-time-logs/) - Learn how to capture Workers logs in real-time. -* [RPC Error Handling](/workers/runtime-apis/rpc/error-handling/) - Learn how exceptions are handled over RPC (Remote Procedure Call). +* [RPC error handling](/workers/runtime-apis/rpc/error-handling/) - Learn how exceptions are handled over RPC (Remote Procedure Call).