From 20f35edc833083b2a444be99245182e780a49ff3 Mon Sep 17 00:00:00 2001 From: Romain LE JEUNE Date: Thu, 2 Mar 2023 11:15:03 +0100 Subject: [PATCH] chore: fix missing import after cherry-pick. --- internal/sentry/reporter.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/sentry/reporter.go b/internal/sentry/reporter.go index 4c2ff430..055e55b7 100644 --- a/internal/sentry/reporter.go +++ b/internal/sentry/reporter.go @@ -27,6 +27,7 @@ import ( "time" "github.com/Masterminds/semver/v3" + "github.com/ProtonMail/gluon/reporter" "github.com/ProtonMail/proton-bridge/v3/internal/constants" "github.com/ProtonMail/proton-bridge/v3/pkg/restarter" "github.com/getsentry/sentry-go"