PHP 8.2 Compatibility #590
Labels
Rank: 2 - Major
Tackle when there are no actionable Critical requests.
Status: 3 - Construction
The request is being worked on.
Milestone
With the release of PHP 8.2 there were a number of things that were deprecated. Fortunately, only one appears to impact the Rollbar PHP package. It is Deprecate dynamic properties.
We use dynamic properties to keep track of errors and exceptions that were explicitly passed to the Rollbar or "caught" by the handlers via the
isUncaught
property.This can easily be fixed in both our error handler and fatal error handler since we use our own
ErrorWrapper
class, and we can just declare the property in it. For the exception handler we will need to think through how we handle it.The text was updated successfully, but these errors were encountered: