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 4de287a commit 0620ad8Copy full SHA for 0620ad8
packages/bundler-plugin-core/src/sentry/transports.ts
@@ -98,7 +98,8 @@ function makeNodeTransport(options: BaseTransportOptions) {
98
return createTransport(options, requestExecutor);
99
}
100
101
-/** A transports that does nothing */
+/** A transport that can be optionally enabled as a later time than it's
102
+ * creation */
103
export function makeOptionallyEnabledNodeTransport(
104
shouldSendTelemetry: Promise<boolean>
105
): (options: BaseTransportOptions) => Transport {
0 commit comments