Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Improve TracingService initialization logic around
deactivated
(…
…#5847) * fix: improve TracingService initialization logic - Updated the `start` method to remove the check for `self.deactivated`, allowing the service to start even if deactivated. - Added a check in `initialize_tracers` to return early if the service is deactivated, preventing unnecessary initialization calls. These changes streamline the service's startup process and ensure that tracer initialization respects the deactivated state. * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * [autofix.ci] apply automated fixes (attempt 3/3) --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
- Loading branch information