Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Jul 19, 2024
1 parent fa7998a commit 5b4a2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dd-trace/src/remote_config/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const { URL, format } = require('url')
const uuid = require('crypto-randomuuid')
const { EventEmitter } = require('events')
const tracerVersion = require('dd-trace/package.json').version
const tracerVersion = require('../../../../package.json').version
const request = require('../exporters/common/request')
const log = require('../log')
const { getExtraServices } = require('../service-naming/extra-services')
Expand Down

0 comments on commit 5b4a2f0

Please sign in to comment.