Skip to content

Commit

Permalink
Stop instrumenting microgateway-core >3.0.0 (#4660)
Browse files Browse the repository at this point in the history
  • Loading branch information
uurien authored Sep 10, 2024
1 parent 75b606b commit 9961a08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/datadog-instrumentations/src/microgateway-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ const routeChannel = channel('apm:microgateway-core:request:route')
const errorChannel = channel('apm:microgateway-core:request:error')

const name = 'microgateway-core'
const versions = ['>=2.1']

// TODO Remove " <=3.0.0" when "volos-util-apigee" module is fixed
const versions = ['>=2.1 <=3.0.0']
const requestResources = new WeakMap()

function wrapConfigProxyFactory (configProxyFactory) {
Expand Down

0 comments on commit 9961a08

Please sign in to comment.