Skip to content

Commit 003095f

Browse files
Luca Forstnerkamilogorek
andauthored
Update packages/node/src/trpc.ts
Co-authored-by: Kamil Ogórek <[email protected]>
1 parent 7cc473d commit 003095f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/node/src/trpc.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ interface TrpcMiddlewareArguments<T> {
1515
/**
1616
* Sentry tRPC middleware that names the handling transaction after the called procedure.
1717
*
18-
* Use the Sentry tRPC middleware in combination with the Sentry server integration. (e.g. express integration or
19-
* Next.js SDK)
18+
* Use the Sentry tRPC middleware in combination with the Sentry server integration,
19+
* e.g. Express Request Handlers or Next.js SDK.
2020
*/
2121
export async function sentryTrpcMiddleware(options: SentryTrpcMiddlewareOptions = {}) {
2222
return function <T>({ path, type, next, rawInput }: TrpcMiddlewareArguments<T>): T {

0 commit comments

Comments
 (0)