Skip to content

Commit

Permalink
rename Tracer to NoopProxy in noop/proxy.js (#5068)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-id authored Jan 7, 2025
1 parent 7378bff commit 317c7a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dd-trace/src/noop/proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const noopAppsec = new NoopAppsecSdk()
const noopDogStatsDClient = new NoopDogStatsDClient()
const noopLLMObs = new NoopLLMObsSDK(noop)

class Tracer {
class NoopProxy {
constructor () {
this._tracer = noop
this.appsec = noopAppsec
Expand Down Expand Up @@ -91,4 +91,4 @@ class Tracer {
}
}

module.exports = Tracer
module.exports = NoopProxy

0 comments on commit 317c7a9

Please sign in to comment.