Skip to content

Commit 65041e3

Browse files
build(deps): bump github.com/getsentry/sentry-go from 0.40.0 to 0.41.0 (#280)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6477106 commit 65041e3

File tree

10 files changed

+88
-41
lines changed

10 files changed

+88
-41
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.0
44

55
require (
66
cloud.google.com/go/storage v1.59.0
7-
github.com/getsentry/sentry-go v0.40.0
7+
github.com/getsentry/sentry-go v0.41.0
88
github.com/getsentry/sentry-go/logrus v0.40.0
99
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
1010
github.com/google/uuid v1.6.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ github.com/envoyproxy/protoc-gen-validate v1.2.1 h1:DEo3O99U8j4hBFwbJfrz9VtgcDfU
4646
github.com/envoyproxy/protoc-gen-validate v1.2.1/go.mod h1:d/C80l/jxXLdfEIhX1W2TmLfsJ31lvEjwamM4DxlWXU=
4747
github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=
4848
github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
49-
github.com/getsentry/sentry-go v0.40.0 h1:VTJMN9zbTvqDqPwheRVLcp0qcUcM+8eFivvGocAaSbo=
50-
github.com/getsentry/sentry-go v0.40.0/go.mod h1:eRXCoh3uvmjQLY6qu63BjUZnaBu5L5WhMV1RwYO8W5s=
49+
github.com/getsentry/sentry-go v0.41.0 h1:q/dQZOlEIb4lhxQSjJhQqtRr3vwrJ6Ahe1C9zv+ryRo=
50+
github.com/getsentry/sentry-go v0.41.0/go.mod h1:eRXCoh3uvmjQLY6qu63BjUZnaBu5L5WhMV1RwYO8W5s=
5151
github.com/getsentry/sentry-go/logrus v0.40.0 h1:6WgbZCIQ1pX1L9aOoHn24VEN4SlqE1XNI/+LkUxZqzg=
5252
github.com/getsentry/sentry-go/logrus v0.40.0/go.mod h1:CZtVwU1Twvwemw4XtVgUagyu0R4bU9llukKApE9YYEE=
5353
github.com/go-errors/errors v1.4.2 h1:J6MZopCL4uSllY1OfXM374weqZFFItUbrImctkmUxIA=

vendor/github.com/getsentry/sentry-go/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/getsentry/sentry-go/client.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/getsentry/sentry-go/hub.go

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/getsentry/sentry-go/interfaces.go

Lines changed: 35 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/getsentry/sentry-go/log.go

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/getsentry/sentry-go/sentry.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/getsentry/sentry-go/tracing.go

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ github.com/envoyproxy/protoc-gen-validate/validate
117117
# github.com/felixge/httpsnoop v1.0.4
118118
## explicit; go 1.13
119119
github.com/felixge/httpsnoop
120-
# github.com/getsentry/sentry-go v0.40.0
120+
# github.com/getsentry/sentry-go v0.41.0
121121
## explicit; go 1.23.0
122122
github.com/getsentry/sentry-go
123123
github.com/getsentry/sentry-go/attribute

0 commit comments

Comments
 (0)