Skip to content

Bump github.com/getsentry/sentry-go from 0.31.1 to 0.32.0#1191

Merged
ramya18101 merged 3 commits intomainfrom
dependabot/go_modules/github.com/getsentry/sentry-go-0.32.0
Apr 28, 2025
Merged

Bump github.com/getsentry/sentry-go from 0.31.1 to 0.32.0#1191
ramya18101 merged 3 commits intomainfrom
dependabot/go_modules/github.com/getsentry/sentry-go-0.32.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 25, 2025

Bumps github.com/getsentry/sentry-go from 0.31.1 to 0.32.0.

Release notes

Sourced from github.com/getsentry/sentry-go's releases.

0.32.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.32.0.

Breaking Changes

  • Bump the minimum Go version to 1.22. The supported versions are 1.22, 1.23 and 1.24. (#967)
  • Setting any values on span.Extra has no effect anymore. Use SetData(name string, value interface{}) instead. (#864)

Features

  • Add a MockTransport and MockScope. (#972)

Bug Fixes

  • Fix writing *http.Request in the Logrus JSONFormatter. (#955)

Misc

  • Transaction data attributes are now seralized as trace context data attributes, allowing you to query these attributes in the Trace Explorer.
Changelog

Sourced from github.com/getsentry/sentry-go's changelog.

0.32.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.32.0.

Breaking Changes

  • Bump the minimum Go version to 1.22. The supported versions are 1.22, 1.23 and 1.24. (#967)
  • Setting any values on span.Extra has no effect anymore. Use SetData(name string, value interface{}) instead. (#864)

Features

  • Add a MockTransport and MockScope. (#972)

Bug Fixes

  • Fix writing *http.Request in the Logrus JSONFormatter. (#955)

Misc

  • Transaction data attributes are now seralized as trace context data attributes, allowing you to query these attributes in the Trace Explorer.
Commits
  • 530f74d release: 0.32.0
  • e068944 Prepare 0.32.0 (#992)
  • 32c062f Add transaction.data to contexts.trace.data (#864)
  • 6019770 Fix lint issues (#981)
  • cfbfc6b Expose MockTransport, MockScope in root sentry package (#972)
  • a4e0ea8 Remove github token in lint (#982)
  • 031ec47 build(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.5.0 (#975)
  • bdbb6be build(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 (#974)
  • 3d8d0e1 build(deps): bump actions/create-github-app-token from 1.11.2 to 1.11.5 (#973)
  • e56ac30 build(deps): bump codecov/codecov-action from 5.1.2 to 5.3.1 (#962)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies One or more dependencies are being bumped go Pull requests that update Go code labels Apr 25, 2025
@dependabot dependabot Bot requested a review from a team as a code owner April 25, 2025 07:36
Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.31.1 to 0.32.0.
- [Release notes](https://github.com/getsentry/sentry-go/releases)
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-go@v0.31.1...v0.32.0)

---
updated-dependencies:
- dependency-name: github.com/getsentry/sentry-go
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/getsentry/sentry-go-0.32.0 branch from 828851c to 3e1db3d Compare April 28, 2025 04:51
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.07%. Comparing base (ed2cfcf) to head (cf87d54).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1191      +/-   ##
==========================================
- Coverage   70.22%   68.07%   -2.15%     
==========================================
  Files         101      103       +2     
  Lines       14567    15611    +1044     
==========================================
+ Hits        10229    10627     +398     
- Misses       3708     4330     +622     
- Partials      630      654      +24     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ramya18101 ramya18101 merged commit 116a9a8 into main Apr 28, 2025
9 checks passed
@ramya18101 ramya18101 deleted the dependabot/go_modules/github.com/getsentry/sentry-go-0.32.0 branch April 28, 2025 12:38
duedares-rvj pushed a commit that referenced this pull request Apr 28, 2025
Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.31.1 to 0.32.0.
- [Release notes](https://github.com/getsentry/sentry-go/releases)
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-go@v0.31.1...v0.32.0)

---
updated-dependencies:
- dependency-name: github.com/getsentry/sentry-go
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ramya Anusri <62586490+ramya18101@users.noreply.github.com>
duedares-rvj pushed a commit that referenced this pull request Apr 29, 2025
Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.31.1 to 0.32.0.
- [Release notes](https://github.com/getsentry/sentry-go/releases)
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-go@v0.31.1...v0.32.0)

---
updated-dependencies:
- dependency-name: github.com/getsentry/sentry-go
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ramya Anusri <62586490+ramya18101@users.noreply.github.com>
duedares-rvj added a commit that referenced this pull request May 5, 2025
* v1

* final updates

* comments

* Added tenant acl ea support (#1166)

* Add Network ACL commands

* Update network ACL command --no-input

* Enhance network ACL update command to support match and not match criteria with user prompts

* Enhance interactive update flow for network ACL to allow selective field updates

* Fix default scope assignment in network ACL update to allow empty scope

* Add network ACL resource fetcher to support fetching network ACL data

* Add mock implementation for NetworkACLAPI and corresponding tests

* mockgen file created

* Add match/not match rule selection to network ACL command

* Add integration tests for network ACL commands and a script to fetch ACL IDs

* Make docs

* lint fix

* Enhance help messages for network ACL flags with usage examples

* Enhance doc

* integartion tes:  network ACLs

* update to go-auth0 v1.18.1-0.20250326075009-e865086539dc

* fix: go.sum

* Update go-auth0 v1.19.0

* fix: update go-auth0 to v1.19.0

* fix: update JSON key for IPv4 CIDR in network ACL examples

* fix: comment out network ACL test cases in YAML file

* fix: update IPv4 CIDR key in network ACL commands and modify test cases

* fix: update network ACL test cases for improved clarity and modify priority settings

* fix: update test case numbers in network ACL YAML file for consistency

* fix: remove anonymous proxy handling from network ACL commands and display

* fix: remove anonymous proxy handling from network ACL create and update documentation

* fix: update network ACL test cases for consistency and clarity

* fix: update event stream test cases to reflect enabled status

* fix: update network ACL test cases for geo_country_codes and improve output consistency

* fix: update network ACL commands to use geo_country_codes instead of country_codes

* fix: update description in network ACL creation test case for consistency

* fix: comment out the create network ACL test case for clarity

* fix: update network ACL test cases for consistency and correct ipv4_cidrs usage

* fix: restore and update create network ACL test case for clarity and output validation

* fix: update network ACL test cases and documentation to use consistent ipv4_cidrs notation

* fix: refactor network ACL view to improve data handling and display consistency

* fix: update examples in network ACL create and update documentation for accuracy

* fix: update network ACL test cases for priority adjustments and output validation

* fix: improve comments for clarity in network ACL management code

* fix: enhance comments for consistency in network ACL management code

* fix: standardize description in network ACL test case for consistency

* fix: update network ACL test cases to include ID and improve output consistency

* fix: remove ID check from network ACL test case output validation

* fix: update network ACL test case to include active status in output validation

* fix remove DESCRIPTION

* fix: add interval configuration and update output validation to include DESCRIPTION in network ACL test case

* fix: remove unused AskIntSliceU and RegisterIntSliceU functions from flags.go

* fix: update help messages to indicate required fields and default values in network ACL configuration

* fix: implement parameter selection for network ACL configuration

* fix: enhance parameter selection for network ACL configuration with formatted values

* fix: clean up comments and formatting in network ACL configuration

* lint fix

* Update network ACL help text and improve priority validation error message

* test: add unit tests for network ACL resource fetcher

* refactor: simplify parameter selection for network ACL configuration

* refactor: improve prompt messages for match criteria updates in network ACL

* Bump golang.org/x/text from 0.23.0 to 0.24.0 (#1193)

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.23.0 to 0.24.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.23.0...v0.24.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ramya Anusri <62586490+ramya18101@users.noreply.github.com>

* Bump golang.org/x/net from 0.38.0 to 0.39.0 (#1190)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.38.0 to 0.39.0.
- [Commits](golang/net@v0.38.0...v0.39.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/getsentry/sentry-go from 0.31.1 to 0.32.0 (#1191)

Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.31.1 to 0.32.0.
- [Release notes](https://github.com/getsentry/sentry-go/releases)
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-go@v0.31.1...v0.32.0)

---
updated-dependencies:
- dependency-name: github.com/getsentry/sentry-go
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ramya Anusri <62586490+ramya18101@users.noreply.github.com>

* Bump nokogiri from 1.18.4 to 1.18.8 in /docs (#1186)

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.4 to 1.18.8.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.18.4...v1.18.8)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-version: 1.18.8
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ramya Anusri <62586490+ramya18101@users.noreply.github.com>

* Bump github.com/charmbracelet/glamour from 0.8.0 to 0.10.0 (#1189)

Bumps [github.com/charmbracelet/glamour](https://github.com/charmbracelet/glamour) from 0.8.0 to 0.10.0.
- [Release notes](https://github.com/charmbracelet/glamour/releases)
- [Changelog](https://github.com/charmbracelet/glamour/blob/master/.goreleaser.yml)
- [Commits](charmbracelet/glamour@v0.8.0...v0.10.0)

---
updated-dependencies:
- dependency-name: github.com/charmbracelet/glamour
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ramya Anusri <62586490+ramya18101@users.noreply.github.com>

* Add change log for v1.12.0 (#1194)

* Add change log for v1.12.0

* Update change log for v1.12.0

* rebased main

* updated go sum

* lint

* lint

* Final changes

* lint and go mod

* minor refactor

* updated lint

* lint fix

* FINAL LINT

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Kushal <43465488+kushalshit27@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ramya Anusri <62586490+ramya18101@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies One or more dependencies are being bumped go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants