bugsnag / bugsnag-php

BugSnag error monitoring and crash reporting tool for PHP apps
https://docs.bugsnag.com/platforms/php
MIT License
554 stars 77 forks source link

[3.x] Adds `NullableShutdownStrategy` #651

Open nunomaduro opened 2 years ago

nunomaduro commented 2 years ago

This pull request adds an new NullableShutdownStrategy implementation that can be used in scenarios where customers don't want to actually register a shutdown function.

Check https://github.com/bugsnag/bugsnag-laravel/pull/493 for more details.

luke-belton commented 2 years ago

Hi @nunomaduro - I've followed up with you over on https://github.com/bugsnag/bugsnag-laravel/pull/493 👍

johnkiely1 commented 1 year ago

We will review this PR as soon as priorities allow