phptek / silverstripe-sentry

Flexible Sentry compatible bug aggregation client for Silverstripe applications.
BSD 3-Clause "New" or "Revised" License
11 stars 22 forks source link

Trailing comma in parameter list breaks backwards compatibility #75

Closed andreaspiening closed 2 years ago

andreaspiening commented 2 years ago

Hi mate,

the trailing comma in the Frame instantiation at the bottom of src/Log/SentryLogger.php:366 breaks compatibility with PHP versions before 7.3. You could bump up the minimum required PHP version from 7.0 to 7.3 in your version 4 or remove the trailing comma.

Cheers Andy

dcentrica commented 2 years ago

Fixed in 4.0.4 :+1: