feat: Add OpenTelemetry integration by creating otel.js and importing it into main.js.

This commit is contained in:
Zuev
2026-03-19 23:47:01 +03:00
committed by alekan
parent 4915e6f33b
commit 9e7b35aa0b
2 changed files with 49 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
import './otel.js';
import { isAuthenticatedAsAdmin } from './api.js';
import { applyRippleEffect, closeAllDropdownsOnOutsideClick } from './utils.js';