mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add source to the content_fetch event
This commit is contained in:
parent
f43c48e376
commit
efb9b6b139
1 changed files with 1 additions and 0 deletions
|
|
@ -178,6 +178,7 @@ export const contentFetchRequestHandler: RequestHandler = async (req, res) => {
|
|||
result: logRecord.error ? 'failure' : 'success',
|
||||
properties: {
|
||||
url,
|
||||
source,
|
||||
totalTime: logRecord.totalTime,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue