Skip to content

Releases: gaowei-space/error-handler

v1.2.0

12 Apr 03:32
Compare
Choose a tag to compare
  • Added support for scope parameter

1.1.2

02 Aug 06:40
Compare
Choose a tag to compare
  • The message turns into an ErrorException

1.1.1

01 Aug 09:34
fd19ef7
Compare
Choose a tag to compare
  • fixed code style

1.1.0

01 Aug 09:06
Compare
Choose a tag to compare

New Features

  • Support recording custom error messages to satisfy error reporting in business logic.

1.0.1

28 May 07:01
1042453
Compare
Choose a tag to compare

Edit introduction information, etc.

1.0.0

27 May 06:28
Compare
Choose a tag to compare

ErrorHandler is used to catch all php runtime errors and supports reporting to monolog or sentry.

Compared with the official instantiation method of sentry, it consumes less server resources because it instantiates sentry and reports the exception only when an exception is caught, which is why this package was born.