From ce23030f71653085c128f8bf4263d74d83f71ff9 Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Fri, 4 Apr 2025 14:51:42 +0200 Subject: [PATCH] Remove note about express 5 --- docs/platforms/javascript/guides/express/index.mdx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/platforms/javascript/guides/express/index.mdx b/docs/platforms/javascript/guides/express/index.mdx index 4c05dc85efc940..f8be7f9e793480 100644 --- a/docs/platforms/javascript/guides/express/index.mdx +++ b/docs/platforms/javascript/guides/express/index.mdx @@ -13,11 +13,4 @@ categories: This guide explains how to set up Sentry in your Express application. - - Sentry currently has limited support for Express v5. - While error monitoring will work, tracing auto-instrumentation will lack instrumented routes for the time being. - You may also see a warning log message in your console. - We are working on adding full support for Express v5 in the future. For the time being, see the [Express v5 issue](https://github.com/getsentry/sentry-javascript/issues/13674) for details and workarounds. - -