[PR #778] [CLOSED] fix(deps): update module github.com/getsentry/sentry-go to v0.33.0 - autoclosed #935

Closed
opened 2025-11-01 21:07:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/778
Author: @renovate[bot]
Created: 5/15/2025
Status: Closed

Base: mainHead: renovate/github.com-getsentry-sentry-go-0.x


📝 Commits (1)

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

📊 Changes

2 files changed (+3 additions, -1 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -0)

📄 Description

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/getsentry/sentry-go v0.32.0 -> v0.33.0 age adoption passing confidence

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 PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/778 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 5/15/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `renovate/github.com-getsentry-sentry-go-0.x` --- ### 📝 Commits (1) - [`8cf6e10`](https://github.com/go-vikunja/vikunja/commit/8cf6e10e6ca056b89f439805e176e991892de407) fix(deps): update module github.com/getsentry/sentry-go to v0.33.0 ### 📊 Changes **2 files changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -0) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/getsentry/sentry-go](https://redirect.github.com/getsentry/sentry-go) | `v0.32.0` -> `v0.33.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgetsentry%2fsentry-go/v0.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgetsentry%2fsentry-go/v0.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgetsentry%2fsentry-go/v0.32.0/v0.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgetsentry%2fsentry-go/v0.32.0/v0.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-go (github.com/getsentry/sentry-go)</summary> ### [`v0.33.0`](https://redirect.github.com/getsentry/sentry-go/releases/tag/v0.33.0): 0.33.0 [Compare Source](https://redirect.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://redirect.github.com/getsentry/sentry-go/issues/1012)) ##### Features - Add support for [Structured Logging](https://docs.sentry.io/product/explore/logs/). ([#&#8203;1010](https://redirect.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://redirect.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://redirect.github.com/getsentry/sentry-go/issues/1007)) ##### Bug Fixes - Do not push a new scope on `StartSpan`. ([#&#8203;1013](https://redirect.github.com/getsentry/sentry-go/issues/1013)) - Fix an issue where the propagated smapling decision wasn't used. ([#&#8203;995](https://redirect.github.com/getsentry/sentry-go/issues/995)) - \[Otel] Prefer `httpRoute` over `httpTarget` for span descriptions. ([#&#8203;1002](https://redirect.github.com/getsentry/sentry-go/issues/1002)) ##### Misc - Update `github.com/stretchr/testify` to v1.8.4. ([#&#8203;988](https://redirect.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 PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/go-vikunja/vikunja). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS4xOCIsInVwZGF0ZWRJblZlciI6IjQwLjExLjE4IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-01 21:07:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#935