Skip to content

trace: Move init body into a function called explicitly

Administrator requested to merge ef/httptrace-init into main

Created by: efritz

Call internal/trace.init explicitly so that we can control whether or not to enable sentry. This is required by the precise-code-intel-indexer-vm, which does not have access to the internal API as it's deployed outside the cluster. Logs are really noisy currently because of this.

Merge request reports

Loading