Skip to content

Commit

Permalink
minor fixes before CR
Browse files Browse the repository at this point in the history
  • Loading branch information
eranturgeman committed Apr 8, 2024
1 parent 991c3db commit d019cd6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions utils/errorreport.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,10 @@ package utils
import (
"fmt"
"github.com/jfrog/jfrog-cli-core/v2/utils/config"
"github.com/jfrog/jfrog-client-go/auth"
"github.com/jfrog/jfrog-client-go/http/jfroghttpclient"
"github.com/jfrog/jfrog-client-go/utils/log"
"github.com/jfrog/jfrog-client-go/xsc/services"
)

type ReportService struct {
client *jfroghttpclient.JfrogHttpClient
xscDetails auth.ServiceDetails
}

// Sends an error report to Coralogix when the Xsc service is enabled.
// Errors returned by this function typically do not disrupt the flow, as reporting to Coralogix is optional.
func ReportToCoralogix(serverDetails *config.ServerDetails, errorToReport error, source string) error {
Expand Down

0 comments on commit d019cd6

Please sign in to comment.