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

@@ -1,7 +1,5 @@
@page "/"
@using CanvasModel.EnrollmentTerms
@using Management.Web.Shared.Course
@using Management.Web.Shared.Semester
@using CanvasModel.Courses
@using Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage
@using LocalModels
@@ -47,7 +45,7 @@
<CurrentFiles RefreshKey="refreshKey" />
</div>
</div>
@if(!showNewFile)
{
<div class="text-center">
@@ -79,4 +77,4 @@
<br>
@* <MonacoEditorDemo /> *@
@* <MonacoEditorDemo /> *@