Skip to content

Commit a62daa4

Browse files
committed
Restore semifies
1 parent 17eecfc commit a62daa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/dd-trace/src/profiling/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const { GIT_REPOSITORY_URL, GIT_COMMIT_SHA } = require('../plugins/util/tags')
1515
const { tagger } = require('./tagger')
1616
const { isFalse, isTrue } = require('../util')
1717
const { getAzureTagsFromMetadata, getAzureAppMetadata } = require('../azure_metadata')
18+
const satisfies = require('semifies')
1819

1920
class Config {
2021
constructor (options = {}) {

0 commit comments

Comments
 (0)