Skip to content

feat(express): Add warning about express v5 #12465

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Jira should now be authorized for all projects under your Sentry organization.

### Self-Hosted Sentry + Jira integration

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.
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.

## Configure

Expand Down
7 changes: 7 additions & 0 deletions docs/platforms/javascript/guides/express/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,11 @@ categories:

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

<Alert level="warning">
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.
</Alert>

<PlatformContent includePath="getting-started-node" />
Loading