Skip to content

Commit 08f25bc

Browse files
betegonclaude
andcommitted
fix(e2e): correct proxyServerName in node-express-mcp-v2 event proxy
Was copied from node-express but not updated. waitForTransaction keyed on 'node-express-mcp-v2' would never match events from a proxy advertising 'node-express', causing all tests to hang. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent effc0c9 commit 08f25bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/node-express-mcp-v2/start-event-proxy.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import { startEventProxyServer } from '@sentry-internal/test-utils';
22

33
startEventProxyServer({
44
port: 3031,
5-
proxyServerName: 'node-express',
5+
proxyServerName: 'node-express-mcp-v2',
66
});

0 commit comments

Comments
 (0)