Skip to content

Commit 572d592

Browse files
committed
Bump otel version to 0.0.15
1 parent 023962f commit 572d592

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": "^7.4 || ^8.0",
1616
"ext-json": "*",
17-
"open-telemetry/opentelemetry": "^0.0.14",
17+
"open-telemetry/opentelemetry": "^0.0.15",
1818
"php-http/discovery": "^1.14",
1919
"php-http/message": "^1.12"
2020
},

tests/Integration/Symfony/OtelSdkBundle/OtelSdkBundleTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,6 @@ public function testTracingWithSimpleConfig(): void
194194
*/
195195
public function testTracingWithAlwaysOffSampler(): void
196196
{
197-
$this->markTestSkipped('Requires BatchSpanProcessor update to not force-flush empty batch.');
198-
199-
/** @phpstan-ignore-next-line */
200197
$this->load(
201198
self::wrapConfig([
202199
'resource' => [

tests/Integration/Symfony/OtelSdkBundle/Resources/SdkConfigTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ public function testSpan()
9797
{
9898
$this->assertServiceSetup(Trace\SpanLimitsBuilder::class);
9999
$this->assertServiceSetup(Trace\SpanLimits::class);
100-
$this->assertServiceSetup(SpanProcessor\SimpleSpanProcessor::class);
101-
$this->assertServiceSetup(SpanProcessor\BatchSpanProcessor::class);
102100
$this->assertServiceSetup(SpanProcessor\NoopSpanProcessor::class);
103101
$this->assertServiceSetup(SpanProcessor\MultiSpanProcessor::class);
104102
}

0 commit comments

Comments
 (0)