Ensure event is cloned before being sent to attributes

Also the exporter ID has been added in APIOpts under the *exporterID
key.
This commit is contained in:
ionutboangiu
2024-02-08 14:05:25 -05:00
committed by Dan Christian Bogos
parent 7129d349a1
commit 0dc1567a7a
3 changed files with 229 additions and 4 deletions

View File

@@ -726,7 +726,7 @@ const (
MetaStore = "*store"
MetaClear = "*clear"
MetaExport = "*export"
MetaExportID = "*export_id"
MetaExporterID = "*exporterID"
MetaTimeNow = "*time_now"
MetaFirstEventATime = "*first_event_atime"
MetaLastEventATime = "*last_event_atime"