fix(deps): update module github.com/getsentry/sentry-go to v0.33.0 #186

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/github.com-getsentry-sentry-go-0.x into main 2025-05-15 13:45:26 +00:00
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-05-15 12:54:08 +00:00 (Migrated from gitlab.com)

This MR contains the following updates:

Package Type Update Change
github.com/getsentry/sentry-go require minor v0.32.0 -> v0.33.0

Release Notes

getsentry/sentry-go (github.com/getsentry/sentry-go)

v0.33.0: 0.33.0

Compare Source

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

Breaking Changes
  • Rename the internal Logger to DebugLogger. This feature was only used when you set Debug: True in your sentry.Init() call. If you haven't used the Logger directly, no changes are necessary. (#​1012)
Features
  • Add support for Structured Logging. (#​1010)

    logger := sentry.NewLogger(ctx)
    logger.Info(ctx, "Hello, Logs!")
    

    You can learn more about Sentry Logs on our docs and the examples.

  • Add new attributes APIs, which are currently only exposed on logs. (#​1007)

Bug Fixes
  • Do not push a new scope on StartSpan. (#​1013)
  • Fix an issue where the propagated smapling decision wasn't used. (#​995)
  • [Otel] Prefer httpRoute over httpTarget for span descriptions. (#​1002)
Misc
  • Update github.com/stretchr/testify to v1.8.4. (#​988)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) | require | minor | `v0.32.0` -> `v0.33.0` | --- ### Release Notes <details> <summary>getsentry/sentry-go (github.com/getsentry/sentry-go)</summary> ### [`v0.33.0`](https://github.com/getsentry/sentry-go/releases/tag/v0.33.0): 0.33.0 [Compare Source](https://github.com/getsentry/sentry-go/compare/v0.32.0...v0.33.0) The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.33.0. ##### Breaking Changes - Rename the internal `Logger` to `DebugLogger`. This feature was only used when you set `Debug: True` in your `sentry.Init()` call. If you haven't used the Logger directly, no changes are necessary. ([#&#8203;1012](https://github.com/getsentry/sentry-go/issues/1012)) ##### Features - Add support for [Structured Logging](https://docs.sentry.io/product/explore/logs/). ([#&#8203;1010](https://github.com/getsentry/sentry-go/issues/1010)) ```go logger := sentry.NewLogger(ctx) logger.Info(ctx, "Hello, Logs!") ``` You can learn more about Sentry Logs on our [docs](https://docs.sentry.io/product/explore/logs/) and the [examples](https://github.com/getsentry/sentry-go/blob/master/\_examples/logs/main.go). - Add new attributes APIs, which are currently only exposed on logs. ([#&#8203;1007](https://github.com/getsentry/sentry-go/issues/1007)) ##### Bug Fixes - Do not push a new scope on `StartSpan`. ([#&#8203;1013](https://github.com/getsentry/sentry-go/issues/1013)) - Fix an issue where the propagated smapling decision wasn't used. ([#&#8203;995](https://github.com/getsentry/sentry-go/issues/995)) - \[Otel] Prefer `httpRoute` over `httpTarget` for span descriptions. ([#&#8203;1002](https://github.com/getsentry/sentry-go/issues/1002)) ##### Misc - Update `github.com/stretchr/testify` to v1.8.4. ([#&#8203;988](https://github.com/getsentry/sentry-go/issues/988)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS4xOSIsInVwZGF0ZWRJblZlciI6IjQwLjExLjE5IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-05-15 12:54:10 +00:00 (Migrated from gitlab.com)

mentioned in issue #4

mentioned in issue #4
argoyle commented 2025-05-15 13:41:37 +00:00 (Migrated from gitlab.com)

added 1 commit

  • f22ae8da - fix(deps): update module github.com/getsentry/sentry-go to v0.33.0

Compare with previous version

added 1 commit <ul><li>f22ae8da - fix(deps): update module github.com/getsentry/sentry-go to v0.33.0</li></ul> [Compare with previous version](/unboundsoftware/shiny/sentrysetup/-/merge_requests/182/diffs?diff_id=1358724959&start_sha=ad497e98e912a41de782eb6d8476bd7b687c7522)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2025-05-15 13:42:02 +00:00
argoyle (Migrated from gitlab.com) merged commit into main 2025-05-15 13:45:26 +00:00
argoyle commented 2025-05-15 13:45:47 +00:00 (Migrated from gitlab.com)

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 91.42%. Comparing base (20f2c72) to head (f22ae8d).

Files with missing lines Patch % Lines
setup.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #182   +/-   ##
=======================================
  Coverage   91.42%   91.42%           
=======================================
  Files           1        1           
  Lines          35       35           
=======================================
  Hits           32       32           
  Misses          2        2           
  Partials        1        1           

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.
## [Codecov](https://app.codecov.io/gl/unboundsoftware:shiny/sentrysetup/pull/182?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=shiny) Report Attention: Patch coverage is `0%` with `1 line` in your changes missing coverage. Please review. > Project coverage is 91.42%. Comparing base [(`20f2c72`)](https://app.codecov.io/gl/unboundsoftware:shiny/sentrysetup/commit/20f2c72087a033fba82bc860d5cb96262e99519b?dropdown=coverage&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=shiny) to head [(`f22ae8d`)](https://app.codecov.io/gl/unboundsoftware:shiny/sentrysetup/commit/f22ae8da58423a1e867c200fe023f44a3c62af16?dropdown=coverage&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=shiny). | [Files with missing lines](https://app.codecov.io/gl/unboundsoftware:shiny/sentrysetup/pull/182?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=shiny) | Patch % | Lines | |---|---|---| | [setup.go](https://app.codecov.io/gl/unboundsoftware:shiny/sentrysetup/pull/182?src=pr&el=tree&filepath=setup.go&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=shiny#diff-c2V0dXAuZ28=) | 0.00% | [1 Missing :warning: ](https://app.codecov.io/gl/unboundsoftware:shiny/sentrysetup/pull/182?src=pr&el=tree&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=shiny) | <details><summary>Additional details and impacted files</summary> ```diff @@ Coverage Diff @@ ## main #182 +/- ## ======================================= Coverage 91.42% 91.42% ======================================= Files 1 1 Lines 35 35 ======================================= Hits 32 32 Misses 2 2 Partials 1 1 ``` </details> [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gl/unboundsoftware:shiny/sentrysetup/pull/182?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=shiny). :loudspeaker: Have feedback on the report? [Share it here](https://gitlab.com/codecov-open-source/codecov-user-feedback/-/issues/4). <details><summary> :rocket: New features to boost your workflow: </summary> - :snowflake: [Test Analytics](https://docs.codecov.com/docs/test-analytics): Detect flaky tests, report on failures, and find test suite problems. </details>
This repo is archived. You cannot comment on pull requests.