We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc473d commit 003095fCopy full SHA for 003095f
packages/node/src/trpc.ts
@@ -15,8 +15,8 @@ interface TrpcMiddlewareArguments<T> {
15
/**
16
* Sentry tRPC middleware that names the handling transaction after the called procedure.
17
*
18
- * Use the Sentry tRPC middleware in combination with the Sentry server integration. (e.g. express integration or
19
- * Next.js SDK)
+ * Use the Sentry tRPC middleware in combination with the Sentry server integration,
+ * e.g. Express Request Handlers or Next.js SDK.
20
*/
21
export async function sentryTrpcMiddleware(options: SentryTrpcMiddlewareOptions = {}) {
22
return function <T>({ path, type, next, rawInput }: TrpcMiddlewareArguments<T>): T {
0 commit comments