Improve telemetry

This commit is contained in:
Peter Maquiran
2024-08-05 11:12:51 +01:00
parent bf6c4dbbd8
commit 035cb9a6c0
13 changed files with 627 additions and 30 deletions
@@ -97,7 +97,7 @@ export class AgendaDataRepositoryService {
async EventList({ userId, startDate, endDate, status = EEventFilterStatus.Approved, category = null, type = null, calendarOwnerName = '' }, tracing?: TracingType) {
const result = await this.agendaDataService.getEvents({userId, startDate, endDate, status, category, type})
const result = await this.agendaDataService.getEvents({userId, startDate, endDate, status, category, type}, tracing)
if(result.isOk()) {