Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
alexbouchardd
approved these changes
Jan 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
addresses #605
Summary
Standardizes logging across the event delivery pipeline to make debugging easier. All delivery-related logs now consistently include:
event_id- the published eventtenant_id- for multi-tenant filteringdestination_id- target destinationdestination_type- type of destination (webhook, sqs, etc.)Log Fields
processing delivery eventfailed to publish eventfailed to cancel scheduled retryretry_idscheduled retry canceledretry_idevent deliveredfailed to publish delivery logfailed to handle alert attemptalert attempt handledfailed to schedule retryretry scheduleddestination deletedfailed to retrieve destinationdestination not foundskipping disabled destinationprocessing eventfailed to match event destinationsno matching destinationsfailed to retrieve destinationfailed to enqueue delivery eventdelivery event enqueueddestination disabledfailed to send alertalert sentmanual retry initiatedContext-specific fields:
attempt- for retry-related logsmanual- for manual retry logsdelivery_status- for completed deliveriesbackoff- for retry schedulingerror- for error logsDo NOT include:
delivery_event_id- internal implementation detail, not an exposed entity