From c6ba11a383498eb7d00e27c346df83f1aa9b9b83 Mon Sep 17 00:00:00 2001 From: Daniel Lamando Date: Mon, 3 Jun 2024 12:54:35 +0200 Subject: [PATCH] Pin the version of https://esm.sh/shimmer Seems like some deno versions struggle with --cached-only when there's a redirected import --- opentelemetry/instrumentation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentelemetry/instrumentation.js b/opentelemetry/instrumentation.js index dcc9e9c..7ad5658 100644 --- a/opentelemetry/instrumentation.js +++ b/opentelemetry/instrumentation.js @@ -17,7 +17,7 @@ import { trace, metrics, diag } from './api.js'; import { logs } from './api-logs.js'; -import * as shimmer from 'https://esm.sh/shimmer'; +import * as shimmer from 'https://esm.sh/shimmer@1.2.1'; function parseInstrumentationOptions(options = []) { let instrumentations = [];