Skip to content

Commit 0620ad8

Browse files
committed
correct jsdoc
1 parent 4de287a commit 0620ad8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/bundler-plugin-core/src/sentry/transports.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ function makeNodeTransport(options: BaseTransportOptions) {
9898
return createTransport(options, requestExecutor);
9999
}
100100

101-
/** A transports that does nothing */
101+
/** A transport that can be optionally enabled as a later time than it's
102+
* creation */
102103
export function makeOptionallyEnabledNodeTransport(
103104
shouldSendTelemetry: Promise<boolean>
104105
): (options: BaseTransportOptions) => Transport {

0 commit comments

Comments
 (0)