Skip to content

Releases: getsentry/sentry-laravel

4.27.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 15 Jul 14:49

The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.27.0.

Features

  • Add support for tracing Laravel AI agent interactions, chats, tool executions, and embeddings when laravel/ai is installed. (#1147)
  • Add the enable_metrics config option and SENTRY_ENABLE_METRICS environment variable to toggle metrics. (#1148)

4.26.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 11 Jun 13:25

The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.26.0.

Features

  • Add support for overriding the monitor schedule used by sentryMonitor. (#1136)

Bug Fixes

  • Update sql_bindings default values. (#1135)
  • Preserve the first Livewire component as the transaction root when multiple Livewire components are handled in the same transaction. (#1138)

Misc

  • Exclude additional development-only files from Composer distribution archives. (#1139), (#1140)
  • Bump the PHP SDK to version 4.28.0 (#1144)

4.25.1

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 05 May 09:25

The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.25.1.

Bug Fixes

  • Fix a recursive loop when detecting the session key for cache instrumentation. (#1128)

4.25.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 07 Apr 12:57

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

Features

  • Add support for the PHP SDK's OTLPIntegration. (#1122)
  • Add SentryTracesSampleRate job middleware to control trace sampling for individual jobs. (#1114)

Bug Fixes

  • Preserve scope tags and context configured in withExceptions(..) callbacks for unhandled console exceptions. (#1125)

4.24.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 24 Mar 10:38

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

Features

  • Add log_flush_threshold to automatically flush buffered logs after a configured number of log records. (#1116)

Misc

  • Bump the PHP SDK to version 4.23.0 (#1116)

4.23.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 19 Mar 13:24

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

Features

  • Add strict_trace_continuation support to only continue incoming traces when the upstream baggage org_id matches the SDK org ID. (#1106)

Bug Fixes

  • Cast authenticated user email attributes to strings when populating the Sentry user scope (#1101)

Misc

  • Bump the PHP SDK to version 4.22.0 (#1106)

4.22.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 12 Mar 15:48

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

Features

  • Add support for Laravel 13 (#1102)

Bug Fixes

  • Reset the transaction name between Octane requests (#1103)

4.21.1

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 03 Mar 14:32

The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.21.1.

Bug Fixes

  • Fix view engine decorator decorating itself (#1098)

4.21.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 26 Feb 16:30

The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.21.0.

Features

  • Use Laravel Context to pass check-in IDs between processes (#1084)

Bug Fixes

  • Explicitly escape sentry-trace and baggage headers (#1091)
  • Add preg_quote for environment variables (#1093)

Misc

  • Bump the PHP SDK to version 4.21.0 (#1095)

4.20.1

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 07 Jan 09:04

The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.20.1.

Misc

  • Allow newer versions of symfony/psr-http-message-bridge dependency (#1076)