From b7d4f35fe7d9794e920ffe8f18267ba57e8c5576 Mon Sep 17 00:00:00 2001 From: Imad Saddik <79410781+ImadSaddik@users.noreply.github.com> Date: Fri, 3 Oct 2025 20:09:48 +0100 Subject: [PATCH 1/2] Replaced a broken link --- docs/reference/how-agent-works.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/how-agent-works.md b/docs/reference/how-agent-works.md index d6d6f447c..27460a7b3 100644 --- a/docs/reference/how-agent-works.md +++ b/docs/reference/how-agent-works.md @@ -40,7 +40,7 @@ To collect data from database drivers, HTTP libraries etc., we instrument certai * the executed query for database drivers * the fetched URL for HTTP libraries -We use a 3rd party library, [`wrapt`](https://github.com/GrahamDumpleton/wrapt), to wrap the callables. You can read more on how `wrapt` works in Graham Dumpleton’s excellent series of [blog posts](http://blog.dscpl.com.au/search/label/wrapt). +We use a 3rd party library, [`wrapt`](https://github.com/GrahamDumpleton/wrapt), to wrap the callables. You can read more on how `wrapt` works in Graham Dumpleton’s excellent series of [blog posts](https://github.com/GrahamDumpleton/wrapt/tree/develop/blog). Instrumentations are set up automatically and do not require any code changes. See [Automatic Instrumentation](/reference/supported-technologies.md#automatic-instrumentation) to learn more about which libraries we support. From 647fc6f36ebe825639929526b6e1973c18d30a8f Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Thu, 9 Oct 2025 14:59:24 +0200 Subject: [PATCH 2/2] Update docs/reference/how-agent-works.md --- docs/reference/how-agent-works.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/how-agent-works.md b/docs/reference/how-agent-works.md index 27460a7b3..f8876cb32 100644 --- a/docs/reference/how-agent-works.md +++ b/docs/reference/how-agent-works.md @@ -40,7 +40,7 @@ To collect data from database drivers, HTTP libraries etc., we instrument certai * the executed query for database drivers * the fetched URL for HTTP libraries -We use a 3rd party library, [`wrapt`](https://github.com/GrahamDumpleton/wrapt), to wrap the callables. You can read more on how `wrapt` works in Graham Dumpleton’s excellent series of [blog posts](https://github.com/GrahamDumpleton/wrapt/tree/develop/blog). +We use a 3rd party library, [`wrapt`](https://github.com/GrahamDumpleton/wrapt), to wrap the callables. You can read more on how `wrapt` works in Graham Dumpleton’s excellent series of [blog posts](https://grahamdumpleton.me/posts/?search=wrapt). Instrumentations are set up automatically and do not require any code changes. See [Automatic Instrumentation](/reference/supported-technologies.md#automatic-instrumentation) to learn more about which libraries we support.