github keepsuit/laravel-opentelemetry 2.0.0
v2.0.0

16 hours ago

What's Changed

This is a major release that introduces significant architectural improvements and new features to the Laravel OpenTelemetry package. This release implements worker mode detection, tail sampling, Scout instrumentation, unified OpenTelemetry facade, and user context tracking, along with some breaking API changes.

Changes:

  • Introduces worker mode detection and optimization for long-running processes (Octane, Horizon, Queue workers)
  • Adds tail sampling with configurable rules for intelligent trace filtering
  • Implements Laravel Scout instrumentation for search operations
  • Refactors Meter API (renamed methods, instrument caching, observable instrument changes)
  • Updates span naming conventions to follow OpenTelemetry specifications
  • Adds user context tracking for traces and logs

See UPGRADE.md for breaking changes and upgrade guide

Full Changelog: 1.15.0...2.0.0

Don't miss a new laravel-opentelemetry release

NewReleases is sending notifications on new releases.