From 184a75d039febf3d3e59d35056359376215c95ed Mon Sep 17 00:00:00 2001 From: Jon Kuperman Date: Sat, 8 Jun 2024 15:00:25 +0100 Subject: [PATCH] Update CONTRIBUTING.md We talked in Matrix about referring to Sentry and others as "error monitoring tools" instead of "post-hoc debuggers". The latter has proved to be confusing to people. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 542f282..7a88b61 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,7 +28,7 @@ We've been thinking about _source map constituencies_ in the following terms. Pl 1. Generators. Bundlers, transpilers, compilers. Tools that have access to the source code and emit (among other things) source maps. 2. Debuggers. Browsers and [stand alone debuggers](https://www.replay.io/). These are tools that have access to the source map and the generated code. -3. Post-hoc debuggers. Tools like Sentry and New Relic. These tools have access to an error stack trace and a source map. +3. Error monitoring tools. Tools like Sentry and New Relic. These tools have access to an error stack trace and a source map. ## Testing