Skip to content

Commit 4b4808c

Browse files
committed
fix: Add colon to node base protocol to follow http module
1 parent 94de400 commit 4b4808c

File tree

1 file changed

+1
-1
lines changed
  • packages/node/src/transports

1 file changed

+1
-1
lines changed

packages/node/src/transports/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export abstract class BaseTransport implements Transport {
4242
method: 'POST',
4343
path: this.api.getStoreEndpointPath(),
4444
port: dsn.port,
45-
protocol: dsn.protocol,
45+
protocol: `${dsn.protocol}:`,
4646
};
4747
}
4848

0 commit comments

Comments
 (0)