Skip to content

Sentry: bump getsentry/relay from 26.3.1 to 26.4.1 in /services/sentry#22

Merged
beevelop merged 1 commit into
mainfrom
dependabot/docker_compose/services/sentry/getsentry/relay-26.4.1
Apr 30, 2026
Merged

Sentry: bump getsentry/relay from 26.3.1 to 26.4.1 in /services/sentry#22
beevelop merged 1 commit into
mainfrom
dependabot/docker_compose/services/sentry/getsentry/relay-26.4.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 30, 2026

Bumps getsentry/relay from 26.3.1 to 26.4.1.

Release notes

Sourced from getsentry/relay's releases.

26.4.1

Breaking Changes:

  • Docker images are no longer published to Docker Hub, use the Github Container Registry instead (see documentation). (#5845)

Features:

  • Use ModelMetadata config with context size and utilization. (#5814)
  • Handle minidump placeholders. (#5849)
  • Add config option to spread envelopes evenly across buffer partitions. (#5853)

Internal:

  • Move unreal crash report expansion from processing into endpoint. (#5825)
  • Ports legacy standalone span processing to the processing framework. (#5852)
  • Retry failing objectstore requests. (#5836)
  • Add mobile normalizations to SpanV2 processing pipeline (mobile tag, main thread, outlier filtering, app start backfill from V1 transactions, device class). (#5824)
  • Remove the deprecated aiModelCosts global config, superseded by aiModelMetadata. (#5862)

Bug Fixes:

  • Respond with 429 if otlp logs are rate limited, as per spec. (#5841)
  • Respect rate limit silencing also when all items are rate limited. (#5840)

26.4.0

Breaking Changes:

  • To prevent false positives, non-public email addresses (e.g. user@localhost) are no longer scrubbed by default. (#5737)

Bug Fixes:

  • Scrub API key headers with hyphens (e.g. x-api-key) in default PII scrubbing. (#5829)
  • Store segment name in sentry.transaction in addition to sentry.segment.name on OTLP spans. (#5765)
  • Explicitly handle in-flight requests during shutdown. (#5746, #5769)
  • Emit outcomes in both log_byte and log_item categories when logs are dropped. (#5766)
  • Propagate an event's retention policy to its attachments (#5774)
  • Prevent panic in span description normalization. (#5781)
  • Limit overall stream size in playstation multiparts. (#5795)

Features:

  • Transition error processing pipeline to a more modern implementation. (#5702)
  • Set sentry.segment.id and sentry.segment.name attributes on OTLP segment spans. (#5748)
  • Envelope buffer: Add option to disable flush-to-disk on shutdown. (#5751)
  • Allow configuring Objectstore client auth parameters. (#5720)
  • Metric size limit per metric default changed to 1mib. (#5779)
  • Use gen_ai.function_id as a fallback for gen_ai.agent.name. (#5776)
  • Add gen_ai.input.messages and gen_ai.output.messages as distinct fields for SpanData. (#5797)
  • Merge gen_ai.request.messages into gen_ai.input.messages and gen_ai.response.text into gen_ai.output.messages. (#5813)
  • Extract http.query and url.query attributes from query_string in transactions' request context. (#5784)

... (truncated)

Changelog

Sourced from getsentry/relay's changelog.

26.4.1

Breaking Changes:

  • Docker images are no longer published to Docker Hub, use the Github Container Registry instead (see documentation). (#5845)

Features:

  • Use ModelMetadata config with context size and utilization. (#5814)
  • Handle minidump placeholders. (#5849)
  • Add config option to spread envelopes evenly across buffer partitions. (#5853)

Internal:

  • Move unreal crash report expansion from processing into endpoint. (#5825)
  • Ports legacy standalone span processing to the processing framework. (#5852)
  • Retry failing objectstore requests. (#5836)
  • Add mobile normalizations to SpanV2 processing pipeline (mobile tag, main thread, outlier filtering, app start backfill from V1 transactions, device class). (#5824)
  • Remove the deprecated aiModelCosts global config, superseded by aiModelMetadata. (#5862)

Bug Fixes:

  • Respond with 429 if otlp logs are rate limited, as per spec. (#5841)
  • Respect rate limit silencing also when all items are rate limited. (#5840)

26.4.0

Breaking Changes:

  • To prevent false positives, non-public email addresses (e.g. user@localhost) are no longer scrubbed by default. (#5737)

Bug Fixes:

  • Scrub API key headers with hyphens (e.g. x-api-key) in default PII scrubbing. (#5829)
  • Store segment name in sentry.transaction in addition to sentry.segment.name on OTLP spans. (#5765)
  • Explicitly handle in-flight requests during shutdown. (#5746, #5769)
  • Emit outcomes in both log_byte and log_item categories when logs are dropped. (#5766)
  • Propagate an event's retention policy to its attachments (#5774)
  • Prevent panic in span description normalization. (#5781)
  • Limit overall stream size in playstation multiparts. (#5795)

Features:

  • Transition error processing pipeline to a more modern implementation. (#5702)
  • Set sentry.segment.id and sentry.segment.name attributes on OTLP segment spans. (#5748)
  • Envelope buffer: Add option to disable flush-to-disk on shutdown. (#5751)
  • Allow configuring Objectstore client auth parameters. (#5720)
  • Metric size limit per metric default changed to 1mib. (#5779)
  • Use gen_ai.function_id as a fallback for gen_ai.agent.name. (#5776)
  • Add gen_ai.input.messages and gen_ai.output.messages as distinct fields for SpanData. (#5797)

... (truncated)

Commits
  • 5067fd4 release: 26.4.1
  • ec9b8e4 fix(objectstore): Do not apply default timeout to streams (#5876)
  • d07a19b ref(spans): Remove reparent_broken_spans normalization (#5875)
  • b735a3c build(deps): Bump redis to 1.2.0 (#5864)
  • 2df85a8 ref(config): Drop aiModelCosts in favor of aiModelMetadata (#5862)
  • 08b1276 build: Update objectstore, sentry and reqwest (#5669)
  • 21b360e ref(project-config): Add missing 'camelCase' renames (#5859)
  • 8a4385e test(minidump): Return 413 on size limit (#5868)
  • aed58ad build(deps): Switch from backoff to backon (#5865)
  • b95bd60 ref(spans): Remove span_v2_to_span_v1 (#5863)
  • 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 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)

Bumps [getsentry/relay](https://github.com/getsentry/relay) from 26.3.1 to 26.4.1.
- [Release notes](https://github.com/getsentry/relay/releases)
- [Changelog](https://github.com/getsentry/relay/blob/master/CHANGELOG.md)
- [Commits](getsentry/relay@26.3.1...26.4.1)

---
updated-dependencies:
- dependency-name: getsentry/relay
  dependency-version: 26.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 30, 2026

Labels

The following labels could not be found: dependencies, docker, monitoring. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@beevelop beevelop merged commit 22bba47 into main Apr 30, 2026
93 checks passed
@beevelop beevelop deleted the dependabot/docker_compose/services/sentry/getsentry/relay-26.4.1 branch April 30, 2026 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant