Skip to content

Commit

Permalink
Pin the version of https://esm.sh/shimmer
Browse files Browse the repository at this point in the history
Seems like some deno versions struggle with --cached-only when there's a redirected import
  • Loading branch information
danopia authored Jun 3, 2024
1 parent 51edd0d commit c6ba11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry/instrumentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
Expand Down

0 comments on commit c6ba11a

Please sign in to comment.