Skip to content

Commit 8eebbf3

Browse files
authored
feat(express): Add warning about express v5 (#12465)
1 parent 62a8d91 commit 8eebbf3

File tree

2 files changed

+8
-1
lines changed
  • docs
    • organization/integrations/issue-tracking/jira
    • platforms/javascript/guides/express

2 files changed

+8
-1
lines changed

docs/organization/integrations/issue-tracking/jira/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Jira should now be authorized for all projects under your Sentry organization.
145145

146146
### Self-Hosted Sentry + Jira integration
147147

148-
To install the Jira integration with a self-hosted Sentry instance, please follow our [develop-docs](/develop-docs/integrations/jira/index.mdx/), skip to the "Installing Local Jira App" section.
148+
To install the Jira integration with a self-hosted Sentry instance, please follow our [develop-docs](https://develop.sentry.dev/integrations/jira/), skip to the "Installing Local Jira App" section.
149149

150150
## Configure
151151

docs/platforms/javascript/guides/express/index.mdx

+7
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,11 @@ categories:
1111

1212
This guide explains how to set up Sentry in your Express application.
1313

14+
<Alert level="warning">
15+
Sentry currently has limited support for Express v5.
16+
While error monitoring will work, tracing auto-instrumentation will lack instrumented routes for the time being.
17+
You may also see a warning log message in your console.
18+
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.
19+
</Alert>
20+
1421
<PlatformContent includePath="getting-started-node" />

0 commit comments

Comments
 (0)