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 45975e6 commit a6b5915Copy full SHA for a6b5915
dev-packages/e2e-tests/test-applications/node-express/tests/mcp.test.ts
@@ -3,7 +3,7 @@ import { waitForTransaction } from '@sentry-internal/test-utils';
3
import { Client } from '@modelcontextprotocol/sdk/client/index.js';
4
import { SSEClientTransport } from '@modelcontextprotocol/sdk/client/sse.js';
5
6
-test.only('Should record transactions for mcp handlers', async ({ baseURL }) => {
+test('Should record transactions for mcp handlers', async ({ baseURL }) => {
7
const transport = new SSEClientTransport(new URL(`${baseURL}/sse`));
8
9
const client = new Client({
0 commit comments