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 a91a5ba commit d2af0e1Copy full SHA for d2af0e1
packages/core/src/trpc.ts
@@ -48,6 +48,7 @@ export function trpcMiddleware(options: SentryTrpcMiddlewareOptions = {}) {
48
const clientOptions = client && client.getOptions();
49
50
const trpcContext: Record<string, unknown> = {
51
+ procedure_path: path,
52
procedure_type: type,
53
};
54
0 commit comments