got tracing and loggin working in opentelemetry

This commit is contained in:
2024-01-01 20:45:33 -07:00
parent 654f2be54c
commit fee588a67f
12 changed files with 181 additions and 57 deletions

View File

@@ -128,4 +128,4 @@ public class CourseMarkdownLoader
return await Task.WhenAll(quizPromises);
}
}
}