-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/google-cloud-serverless
SDK Version
10.29.0
Framework Version
No response
Link to Sentry event
No response
Reproduction Example/SDK Setup
let handler = createHandler();
if (process.env["SENTRY_DSN"]) {
Sentry.init();
handler = Sentry.wrapHttpFunction(handler);
}
http("mdnHandler", handler);
Steps to Reproduce
- Bump
@google-cloud/functions-frameworkfrom4.0.0to4.0.1(which bumps express from v4 to v5).
Expected Result
Expected types to match.
Actual Result
TypeScript complains about a type mismatch, because @google-cloud/functions-framework now expects express v5 signature, but @sentry/google-cloud-serverless depends on express v4.
Additional Context
No response
Priority
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it.
caugner
Metadata
Metadata
Assignees
Projects
Status
No status