Skip to content

Commit

Permalink
More stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklafrance committed Nov 6, 2024
1 parent d30d920 commit 6fcf5cc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ class DummySpanProcessor implements SpanProcessor {
}
}

// eslint-disable-next-line @typescript-eslint/no-explicit-any
function removeInstrumentationVersionsForSnapshot(options: any) {
if (Array.isArray(options.instrumentations)) {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
options.instrumentations.forEach(x => {
if (x["instrumentationVersion"]) {
Expand Down

0 comments on commit 6fcf5cc

Please sign in to comment.