Commit 62c0e08
authored
fix(deps): Update module github.com/getsentry/sentry-go to v0.42.0 (#2421)
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [github.com/getsentry/sentry-go](https://redirect.github.com/getsentry/sentry-go) | require | minor | `v0.41.0` -> `v0.42.0` | `v0.43.0` |
---
### Release Notes
<details>
<summary>getsentry/sentry-go (github.com/getsentry/sentry-go)</summary>
### [`v0.42.0`](https://redirect.github.com/getsentry/sentry-go/releases/tag/v0.42.0): 0.42.0
[Compare Source](https://redirect.github.com/getsentry/sentry-go/compare/v0.41.0...v0.42.0)
##### Breaking Changes 🛠
- refactor Telemetry Processor to use TelemetryItem instead of ItemConvertible by [@​giortzisg](https://redirect.github.com/giortzisg) in [#​1180](https://redirect.github.com/getsentry/sentry-go/pull/1180)
- remove ToEnvelopeItem from single log items
- rename TelemetryBuffer to Telemetry Processor to adhere to spec
- remove unsed ToEnvelopeItem(dsn) from Event.
##### New Features ✨
- Add metric support by [@​aldy505](https://redirect.github.com/aldy505) in [#​1151](https://redirect.github.com/getsentry/sentry-go/pull/1151)
- support for three metric methods (counter, gauge, distribution)
- custom metric units
- unexport batchlogger
##### Internal Changes 🔧
##### Release
- Fix changelog-preview permissions by [@​BYK](https://redirect.github.com/BYK) in [#​1181](https://redirect.github.com/getsentry/sentry-go/pull/1181)
- Switch from action-prepare-release to Craft by [@​BYK](https://redirect.github.com/BYK) in [#​1167](https://redirect.github.com/getsentry/sentry-go/pull/1167)
##### Other
- (repo) Add Claude Code settings with basic permissions by [@​philipphofmann](https://redirect.github.com/philipphofmann) in [#​1175](https://redirect.github.com/getsentry/sentry-go/pull/1175)
- Update release and changelog-preview workflows by [@​giortzisg](https://redirect.github.com/giortzisg) in [#​1177](https://redirect.github.com/getsentry/sentry-go/pull/1177)
- Bump echo to 4.10.1 by [@​giortzisg](https://redirect.github.com/giortzisg) in [#​1174](https://redirect.github.com/getsentry/sentry-go/pull/1174)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->1 parent e55f4ad commit 62c0e08
4 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
| 74 | + | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
| 77 | + | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments