build(deps): update module github.com/getsentry/sentry-go to v0.42.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| github.com/getsentry/sentry-go | require | minor |
v0.40.0 -> v0.42.0
|
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
getsentry/sentry-go (github.com/getsentry/sentry-go)
v0.42.0: 0.42.0
Breaking Changes 🛠️
- refactor Telemetry Processor to use TelemetryItem instead of ItemConvertible by @giortzisg in #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 in #1151
- support for three metric methods (counter, gauge, distribution)
- custom metric units
- unexport batchlogger
Internal Changes 🔧
Release
- Fix changelog-preview permissions by @BYK in #1181
- Switch from action-prepare-release to Craft by @BYK in #1167
Other
- (repo) Add Claude Code settings with basic permissions by @philipphofmann in #1175
- Update release and changelog-preview workflows by @giortzisg in #1177
- Bump echo to 4.10.1 by @giortzisg in #1174
v0.41.0: 0.41.0
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.41.0.
Features
- Add HTTP client integration for distributed tracing via
sentryhttpclientpackage (#876)- Provides an
http.RoundTripperimplementation that automatically creates spans for outgoing HTTP requests - Supports trace propagation targets configuration via
WithTracePropagationTargetsoption - Example usage:
import sentryhttpclient "github.com/getsentry/sentry-go/httpclient" roundTripper := sentryhttpclient.NewSentryRoundTripper(nil) client := &http.Client{ Transport: roundTripper, }
- Provides an
- Add
ClientOptions.PropagateTraceparentoption to control W3Ctraceparentheader propagation in outgoing HTTP requests (#1161) - Add
SpanIDfield to structured logs (#1169)
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.