trace: Move init body into a function called explicitly
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.