Skip to content

Look into enabling or disabling PHP plugins #307

@unflxw

Description

@unflxw

Extracted from #306 (comment).

The docs currently say:

Install the OpenTelemetry packages

First, configure Composer to disallow certain plugins that may conflict with the OpenTelemetry packages:

composer config allow-plugins.tbachert/spi false
composer config allow-plugins.php-http/discovery false

This test setup currently enables php-http/discovery but disables tbachert/spi. But I read somewhere that the discovery plugin should be enabled. OpenTelemetry documentation says the exact opposite, to disable php-http/discovery, but says nothing of tbachert/spi.

Try enabling both or disabling both, see if that positively affects anything. I'm hoping that we don't need to tell people to disable it, and hoping against hope that enabling it somehow allows a less-weird installation experience.

Metadata

Metadata

Assignees

No one assigned

    Labels

    choreA small task that takes a day or two at the most.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions