Skip to content

Commit

Permalink
run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
khanayan123 committed Jan 10, 2025
1 parent bda76a0 commit 9dfa2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/build/docker/nodejs/parametric/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ app.post('/trace/otel/set_attributes', (req, res) => {
app.get('/trace/config', (req, res) => {
const dummyTracer = require('dd-trace').init()
const config = dummyTracer._tracer._config
const agentUrl = dummyTracer._tracer?._url || config?.url
const agentUrl = dummyTracer._tracer?._url || config?.url
res.json( {
config: {
'dd_service': config?.service !== undefined ? `${config.service}`.toLowerCase() : 'null',
Expand Down

0 comments on commit 9dfa2a3

Please sign in to comment.