Skip to content

Commit 66af610

Browse files
authored
Merge pull request #641 from alphagov/dependabot/go_modules/github.com/getsentry/sentry-go-0.41.0
Bump github.com/getsentry/sentry-go from 0.40.0 to 0.41.0
2 parents 8d388ad + 509b274 commit 66af610

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
@@ -3,7 +3,7 @@ module github.com/alphagov/router
33
go 1.24.4
44

55
require (
6-
github.com/getsentry/sentry-go v0.40.0
6+
github.com/getsentry/sentry-go v0.41.0
77
github.com/getsentry/sentry-go/zerolog v0.40.0
88
github.com/jackc/pgx/v5 v5.8.0
99
github.com/onsi/ginkgo/v2 v2.27.5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ github.com/ebitengine/purego v0.8.4 h1:CF7LEKg5FFOsASUj0+QwaXf8Ht6TlFxg09+S9wz0o
4848
github.com/ebitengine/purego v0.8.4/go.mod h1:iIjxzd6CiRiOG0UyXP+V1+jWqUXVjPKLAI0mRfJZTmQ=
4949
github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=
5050
github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
51-
github.com/getsentry/sentry-go v0.40.0 h1:VTJMN9zbTvqDqPwheRVLcp0qcUcM+8eFivvGocAaSbo=
52-
github.com/getsentry/sentry-go v0.40.0/go.mod h1:eRXCoh3uvmjQLY6qu63BjUZnaBu5L5WhMV1RwYO8W5s=
51+
github.com/getsentry/sentry-go v0.41.0 h1:q/dQZOlEIb4lhxQSjJhQqtRr3vwrJ6Ahe1C9zv+ryRo=
52+
github.com/getsentry/sentry-go v0.41.0/go.mod h1:eRXCoh3uvmjQLY6qu63BjUZnaBu5L5WhMV1RwYO8W5s=
5353
github.com/getsentry/sentry-go/zerolog v0.40.0 h1:2HHlCRDHo+gYOJi/+GMyQhGQ55IwbUv7K3QJ3XD+R5k=
5454
github.com/getsentry/sentry-go/zerolog v0.40.0/go.mod h1:jIy7kXCFlHd7rbcUjfiVLqzlfxd+aMbXJpfTff5zCcU=
5555
github.com/gkampitakis/ciinfo v0.3.2 h1:JcuOPk8ZU7nZQjdUhctuhQofk7BGHuIy0c9Ez8BNhXs=

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
@@ -92,7 +92,7 @@ github.com/ebitengine/purego/internal/strings
9292
# github.com/felixge/httpsnoop v1.0.4
9393
## explicit; go 1.13
9494
github.com/felixge/httpsnoop
95-
# github.com/getsentry/sentry-go v0.40.0
95+
# github.com/getsentry/sentry-go v0.41.0
9696
## explicit; go 1.23.0
9797
github.com/getsentry/sentry-go
9898
github.com/getsentry/sentry-go/attribute

0 commit comments

Comments
 (0)