all repos — searchix @ 4c083b2a639c48b87167d88248f85064c8b1962d

Search engine for NixOS, nix-darwin, home-manager and NUR users

refactor: remove sentry monitor from import job

Alan Pearce
commit

4c083b2a639c48b87167d88248f85064c8b1962d

parent

762d97b5cca3a5b1605f34bff57e785b93833450

1 file changed, 1 insertion(+), 2 deletions(-)

changed files
M cmd/searchix-web/main.gocmd/searchix-web/main.go
@@ -11,7 +11,6 @@ "runtime/pprof"
"sync" "badc0de.net/pkg/flagutil" - "github.com/getsentry/sentry-go" "alin.ovh/searchix/frontend" "alin.ovh/searchix/internal/components"
@@ -175,7 +174,7 @@
wg.Add(1) go func() { defer wg.Done() - imp.StartUpdateTimer(ctx, sentry.CurrentHub().Clone()) + imp.StartUpdateTimer(ctx) }() <-ctx.Done()