Skip to content

Commit

Permalink
document SourceGuardian incompatibility (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmc authored Nov 20, 2023
1 parent 12be89e commit e0927d4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,14 @@ php --ri opentelemetry

### Conflicting extensions

The extension can be configured to not run if a conflicting extension is installed. Currently, we
are not aware of any such extensions.
The extension can be configured to not run if a conflicting extension is installed. The following extensions
are known to not work when installed alongside OpenTelemetry:

You can control conflicts via the `opentelemetry.conflicts` ini setting.
* SourceGuardian

If the conflicting extension is a regular PHP extension (i.e, not a
[zend_extension](https://www.phpinternalsbook.com/php7/extensions_design/zend_extensions.html)), you can control
conflicts via the `opentelemetry.conflicts` ini setting.

If a conflicting extension is found, then the OpenTelemetry extension will disable itself:

Expand Down

0 comments on commit e0927d4

Please sign in to comment.