Skip to content

Drop all explicit sentry refs

Warren Gifford requested to merge devx_drop-sentry-capture into main

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.

Merge request reports

Loading