-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug(lua transform): Emit events with the
source_id
set (#17870)
By default, the `lua` transform creates output events with no source id. This is, however, the only component that does that. This change causes all output events to have a source ID: 1. All events resulting from processing an event (either the default v1 path or the v2 `process` hook) will copy the source ID from the incoming event. 2. All other events will set the source ID to the fixed string `lua`.
- Loading branch information
Showing
5 changed files
with
190 additions
and
193 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.