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 5de55ca commit e2e5a44Copy full SHA for e2e5a44
packages/core/test/lib/trpc.test.ts
@@ -78,7 +78,7 @@ describe('trpcMiddleware', () => {
78
});
79
80
expect(exports.captureException).toHaveBeenCalledWith(error, {
81
- mechanism: { handled: false, data: { function: 'trpcMiddleware' } },
+ mechanism: { handled: false, type: 'auto.rpc.trpc.middleware' },
82
83
84
@@ -115,7 +115,7 @@ describe('trpcMiddleware', () => {
115
).rejects.toThrow(error);
116
117
118
119
120
121
0 commit comments