Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for post-delivery callbacks #375

Merged
merged 1 commit into from
Mar 28, 2024
Merged

Conversation

imjoehaines
Copy link
Contributor

Goal

Adds a new post_delivery_callback setting to the options in the base Delivery class. If a callback is provided it is then called after delivery has finished

This will allow other parts of bugsnag to determine when delivery has finished, which is currently not possible for asynchronous requests

Users that have implemented their own delivery system will have to ensure the callback is called in order to fulfil the delivery contract (this will be called out in the docs)

@imjoehaines imjoehaines merged commit bed2507 into next Mar 28, 2024
20 checks passed
@imjoehaines imjoehaines deleted the post-delivery-callbacks branch March 28, 2024 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants