Skip to content

Commit

Permalink
revert: Expose sampleTransaction export from core (#9208)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
mydea authored Oct 11, 2023
1 parent f8526df commit bde088e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/tracing/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ export {
} from './trace';
export { getDynamicSamplingContextFromClient } from './dynamicSamplingContext';
export { setMeasurement } from './measurement';
export { sampleTransaction } from './sampling';

0 comments on commit bde088e

Please sign in to comment.