From 17254ae45ab24f4ad326d5cefed556dcf2dccc01 Mon Sep 17 00:00:00 2001 From: 7-Zark-7 <1085655+zx8086@users.noreply.github.com> Date: Sat, 1 Feb 2025 05:01:33 +0100 Subject: [PATCH] Re-enabled OpenTelemetry + Uniform Download SVG --- bunfig.toml | 2 +- src/lib/components/FileUploadResults.svelte | 44 ++++++++++++++++----- 2 files changed, 35 insertions(+), 11 deletions(-) diff --git a/bunfig.toml b/bunfig.toml index 0b53d31..e061748 100644 --- a/bunfig.toml +++ b/bunfig.toml @@ -2,7 +2,7 @@ # scripts to run before `bun run`-ing a file or script # register plugins by adding them to this list -# preload = ['./src/instrumentation.ts'] +preload = ['./src/instrumentation.ts'] logLevel = "debug" [run] diff --git a/src/lib/components/FileUploadResults.svelte b/src/lib/components/FileUploadResults.svelte index 989a743..9947bb1 100644 --- a/src/lib/components/FileUploadResults.svelte +++ b/src/lib/components/FileUploadResults.svelte @@ -214,30 +214,54 @@ Total Found: {foundCount}