Skip to content

fix(deps): update dependency sentry/sentry to ^4.25.0#816

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/sentry-sentry-4.x
Apr 27, 2026
Merged

fix(deps): update dependency sentry/sentry to ^4.25.0#816
renovate[bot] merged 1 commit into
masterfrom
renovate/sentry-sentry-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 27, 2026

This PR contains the following updates:

Package Change Age Confidence
sentry/sentry (source) ^4.21.0^4.25.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

getsentry/sentry-php (sentry/sentry)

v4.25.0

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.25.0.

Features
  • Add ExceptionToSentryIssueHandler Monolog handler that only captures exceptions as Sentry issues without converting log messages to errors. (#​2061)
  • Add metric_flush_threshold option to automatically flush buffered metrics after a configured number of metric records. (#​2059)
\Sentry\init([
    'dsn' => '__YOUR_DSN__',
    'metric_flush_threshold' => 50,
]);
Bug Fixes
  • Prevent PHP warnings when trying to increase the memory limit for out-of-memory error handling. (#​2063)
Misc
  • Use a RingBuffer for log storage when log_flush_threshold is not set to prevent unbounded memory growth, with a hard cap of 1000 records. (#​2058)
  • Add ext-excimer as a Composer suggestion to surface its requirement for profiling. (#​2057)

v4.24.0

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.24.0.

Bug Fixes
  • Serialize native PHP enums as readable enum strings, including backed enum values, instead of opaque Object strings. (#​2038)
  • Exclude AGENTS.md and CLAUDE.md from distribution archives. (#​2046)
Misc
  • Deprecate Sentry\Monolog\Handler in favor of Sentry\Monolog\LogsHandler with the enable_logs SDK option. (#​2051)

v4.23.1

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.23.1.

Bug Fixes
  • Use server.address log attribute instead of sentry.server.address. (#​2040)

v4.23.0

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.23.0.

Features
  • Add OTLPIntegration support to interoperate with OpenTelemetry traces. (#​2030)
\Sentry\init([
    'dsn' => '__YOUR_DSN__',
    'integrations' => [
        new \Sentry\Integration\OTLPIntegration(),
    ],
]);
  • Add log_flush_threshold to automatically flush buffered logs after a configured number of log records. (#​2032)
\Sentry\init([
    'dsn' => '__YOUR_DSN__',
    'enable_logs' => true,
    'log_flush_threshold' => 20,
]);

v4.22.0

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.22.0.

Features
  • Add support for the client report protocol without collecting client reports yet. (#​1978)
  • Add strict_trace_continuation support to only continue incoming traces when the upstream baggage org_id matches the SDK org ID. (#​2016)

Example:

\Sentry\init([
    'dsn' => '__YOUR_DSN__',
    'strict_trace_continuation' => true,
]);
Bug Fixes
  • Preserve sub-second timestamps for Monolog breadcrumbs. (#​2018)

Configuration

📅 Schedule: (in timezone Europe/Vienna)

  • Branch creation
    • "before 5am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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.

@renovate renovate Bot enabled auto-merge (squash) April 27, 2026 09:57
@renovate renovate Bot merged commit d0302c0 into master Apr 27, 2026
26 checks passed
@renovate renovate Bot deleted the renovate/sentry-sentry-4.x branch April 27, 2026 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants