DerivedSource::architecture could return 'unknown' #120
Labels
enhancement
New feature or request
nice to have
This is a "nice to have" feature - not a critical requirement
Currently,
\Scoutapm\Config\Source\DerivedSource::architecture
could returnunknown
ifphp_uname('m')
returns anything other thani686
orx86_64
.Question: should we throw an exception, since we don't support the architecture?
The text was updated successfully, but these errors were encountered: