Skip to content

Commit

Permalink
Merge pull request #92 from jhchabran/update-sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
knz authored Feb 14, 2022
2 parents 7e57867 + 8b696b8 commit 3d9734e
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 15 deletions.
2 changes: 1 addition & 1 deletion fmttests/datadriven_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import (
"github.com/cockroachdb/errors/withstack"
"github.com/cockroachdb/logtags"
"github.com/cockroachdb/redact"
"github.com/cockroachdb/sentry-go"
"github.com/getsentry/sentry-go"
"github.com/kr/pretty"
pkgErr "github.com/pkg/errors"
)
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/cockroachdb/datadriven v1.0.0
github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f
github.com/cockroachdb/redact v1.1.1
github.com/cockroachdb/sentry-go v0.6.1-cockroachdb.2
github.com/getsentry/sentry-go v0.12.0
github.com/gogo/googleapis v1.4.1 // gogoproto 1.2-compatible, for CRDB
github.com/gogo/protobuf v1.3.2
github.com/gogo/status v1.1.0
Expand All @@ -15,8 +15,6 @@ require (
github.com/kr/text v0.2.0 // indirect
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
google.golang.org/genproto v0.0.0-20210624195500-8bfb893ecb84 // indirect
google.golang.org/grpc v1.38.0
google.golang.org/protobuf v1.26.0
Expand Down
59 changes: 53 additions & 6 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion report/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"github.com/cockroachdb/errors/errbase"
"github.com/cockroachdb/errors/withstack"
"github.com/cockroachdb/redact"
"github.com/cockroachdb/sentry-go"
"github.com/getsentry/sentry-go"
)

// BuildSentryReport builds the components of a sentry report. This
Expand Down
2 changes: 1 addition & 1 deletion report/report_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"github.com/cockroachdb/errors/safedetails"
"github.com/cockroachdb/errors/testutils"
"github.com/cockroachdb/errors/withstack"
"github.com/cockroachdb/sentry-go"
"github.com/getsentry/sentry-go"
"github.com/kr/pretty"
)

Expand Down
2 changes: 1 addition & 1 deletion report/reportables.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"bytes"
"fmt"

"github.com/cockroachdb/sentry-go"
"github.com/getsentry/sentry-go"
)

// StackTrace is an object suitable for inclusion in errors that can
Expand Down
2 changes: 1 addition & 1 deletion report_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package errors

import (
"github.com/cockroachdb/errors/report"
"github.com/cockroachdb/sentry-go"
"github.com/getsentry/sentry-go"
)

// BuildSentryReport builds the components of a sentry report. This
Expand Down
2 changes: 1 addition & 1 deletion withstack/reportable.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"strings"

"github.com/cockroachdb/errors/errbase"
"github.com/cockroachdb/sentry-go"
"github.com/getsentry/sentry-go"
pkgErr "github.com/pkg/errors"
)

Expand Down

0 comments on commit 3d9734e

Please sign in to comment.