From 819ff24aa1b7d883aaa4600c69fbb4969b352596 Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Fri, 8 Jul 2022 14:36:05 -0300 Subject: [PATCH] doc: remove node-report from support tiers PR-URL: https://github.com/nodejs/node/pull/43737 Reviewed-By: Richard Lau Reviewed-By: Michael Dawson Reviewed-By: Luigi Pinca Reviewed-By: Gireesh Punathil --- doc/contributing/diagnostic-tooling-support-tiers.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/contributing/diagnostic-tooling-support-tiers.md b/doc/contributing/diagnostic-tooling-support-tiers.md index a7c6e935e9c..ead83e76f3d 100644 --- a/doc/contributing/diagnostic-tooling-support-tiers.md +++ b/doc/contributing/diagnostic-tooling-support-tiers.md @@ -126,7 +126,6 @@ The tools are currently assigned to Tiers as follows: | Tool Type | Tool/API Name | Regular Testing in Node.js CI | Integrated with Node.js | Target Tier | | --------- | ------------------------- | ----------------------------- | ----------------------- | ----------- | -| FFDC | node-report | No | No | 1 | | Memory | V8 heap profiler | No | Yes | 1 | | Memory | V8 sampling heap profiler | No | Yes | 1 | | AsyncFlow | Async Hooks (API) | ? | Yes | 1 |