Sentry Integration for Feedback
This SDK is considered experimental and in a beta state. It may experience breaking changes, and may be discontinued
at any time. Please reach out on GitHub if you have
any feedback/concerns.
To view Feedback in Sentry, your
Sentry organization must be an early adopter.
Installation
Please read the official integration documentation for
installation instructions.
Configuration
The Feedback integration is highly customizable, please read the
official integration documentation for the
most up-to-date configuration options.
9.15.0
Important Changes
- feat: Export
wrapMcpServerWithSentry
from server packages (#16127)
Exports the wrapMcpServerWithSentry which is our MCP server instrumentation from all the server packages.
- feat(core): Associate resource/tool/prompt invocations with request span instead of response span (#16126)
Adds a best effort mechanism to associate handler spans for resource
, tool
and prompt
with the incoming message requests instead of the outgoing SSE response.
Other Changes
- fix: Vercel
ai
ESM patching (#16152)
- fix(node): Update version range for
module.register
(#16125)
- fix(react-router): Spread
unstable_sentryVitePluginOptions
correctly (#16156)
- fix(react): Fix Redux integration failing with reducer injection (#16106)
- fix(remix): Add ESM-compatible exports (#16124)
- fix(remix): Avoid rewrapping root loader. (#16136)
Work in this release was contributed by @AntoineDuComptoirDesPharmacies. Thank you for your contribution!