You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the legacy patchExpressModule(options) signature and its deprecation handling. Users should use patchExpressModule(moduleExports, getOptions) instead.
Remove the legacy
patchExpressModule(options)signature and its deprecation handling. Users should usepatchExpressModule(moduleExports, getOptions)instead.sentry-javascript/packages/core/src/integrations/express/index.ts
Line 65 in 05d49a7