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 06c1a6f commit aba4469Copy full SHA for aba4469
packages/serverless/src/awslambda.ts
@@ -64,7 +64,7 @@ function extensionRelayDSN(originalDsn: string | undefined): string | undefined
64
65
const dsn = dsnFromString(originalDsn);
66
dsn.host = 'localhost';
67
- dsn.port = '3000';
+ dsn.port = '5333';
68
dsn.protocol = 'http';
69
70
return dsnToString(dsn);
0 commit comments