Skip to content

Commit

Permalink
Merge pull request #1119: make Tracing classes non-internal
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Aug 8, 2024
1 parent 1d47c18 commit f3977a3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/LogTracerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
use Spiral\Logger\LogsInterface;

/**
* @internal The component is under development.
* Something may be changed in the future. We will stable it soon.
* Feedback is welcome {@link https://github.com/spiral/framework/discussions/822}.
*/
Expand Down
1 change: 0 additions & 1 deletion src/NullTracerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use Spiral\Core\ScopeInterface;

/**
* @internal The component is under development.
* Something may be changed in the future. We will stable it soon.
* Feedback is welcome {@link https://github.com/spiral/framework/discussions/822}.
*/
Expand Down
1 change: 0 additions & 1 deletion src/TracerFactoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace Spiral\Telemetry;

/**
* @internal The component is under development.
* Something may be changed in the future. We will stable it soon.
* Feedback is welcome {@link https://github.com/spiral/framework/discussions/822}.
*/
Expand Down
1 change: 0 additions & 1 deletion src/TracerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use Spiral\Core\ScopeInterface;

/**
* @internal The component is under development.
* Something may be changed in the future. We will stable it soon.
* Feedback is welcome {@link https://github.com/spiral/framework/discussions/822}.
*/
Expand Down

0 comments on commit f3977a3

Please sign in to comment.