Skip to content

Releases: consistence/sentry

0.16

02 Jan 14:40
0.16
3d1c1f2
Compare
Choose a tag to compare

Maintenance

BC breaks

Since new language features from PHP 7.1 are used some method signatures have changed. This means that if you were extending/implementing them, you need to update the method signatures to match the new form.

0.15

02 Jan 12:52
0.15
8ed8059
Compare
Choose a tag to compare

Features

  • Remove runtime Sentry support (#3)
    • this is obviously a BC break, for reasons see the PR