Drop all explicit sentry refs
Created by: jhchabran
This drops all explicit Sentry references, removing the sentryEmit
target from the observation package, which has been replaced by simply logging, as it will surface the errors in the exact same way.
Fixes https://github.com/sourcegraph/sourcegraph/issues/35846
Test plan
Triggered an error manually (by returning an arbitrary one in internal/codeintel/stores/dbstores.GetIndexes
) and observed that it surfaced over https://sentry.io/organizations/sourcegraph/issues/3351410335/?project=1243424&query=is:unresolved&sort=date&statsPeriod=14d as expected.