Description
Hi!
What's the best way not to log an ongoing transaction?
I found an approach with transaction.spanContext.sampled = false, but the setSampled method is marked with @ApiStatus.Internal annotation, so I'm not sure if it's ok to use it.
Thanks!
Description
Hi!
What's the best way not to log an ongoing transaction?
I found an approach with
transaction.spanContext.sampled = false, but thesetSampledmethod is marked with@ApiStatus.Internalannotation, so I'm not sure if it's ok to use it.Thanks!