Skip to content

Commit bde088e

Browse files
authored
revert: Expose sampleTransaction export from core (#9208)
This was previously exported so we can use it in node-experimental, but turns out we can't do that anyhow because we need to sample in OTEL. This has not yet been released, so in order to avoid exporting stuff we don't need public let's revert this export. (I'll leave the actual restructuring of moving this into a dedicated file in, though, because I think it still makes sense that way).
1 parent f8526df commit bde088e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/tracing/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ export {
1919
} from './trace';
2020
export { getDynamicSamplingContextFromClient } from './dynamicSamplingContext';
2121
export { setMeasurement } from './measurement';
22-
export { sampleTransaction } from './sampling';

0 commit comments

Comments
 (0)