Skip to content

Conversation

chargome
Copy link
Member

@chargome chargome commented Oct 3, 2024

fixes #13857
relates to #13831

@chargome chargome requested a review from lforst October 3, 2024 09:08
@chargome chargome self-assigned this Oct 3, 2024
const sentryMiddleware = Sentry.trpcMiddleware({ attachRpcInput: true });

const procedure = t.procedure.use(async opts => sentryMiddleware(opts));
const procedure = t.procedure.use(Sentry.trpcMiddleware({ attachRpcInput: true }));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we are back baby

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

tRPC v10 middleware type error

2 participants