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 94de400 commit 4b4808cCopy full SHA for 4b4808c
packages/node/src/transports/base.ts
@@ -42,7 +42,7 @@ export abstract class BaseTransport implements Transport {
42
method: 'POST',
43
path: this.api.getStoreEndpointPath(),
44
port: dsn.port,
45
- protocol: dsn.protocol,
+ protocol: `${dsn.protocol}:`,
46
};
47
}
48
0 commit comments