Skip to content

Commit

Permalink
fix: dropped support for q library (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
aryamohanan committed Oct 23, 2024
1 parent 48bebf3 commit c7f1fa5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 45 deletions.
12 changes: 0 additions & 12 deletions currencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -779,18 +779,6 @@
"deprecated": true,
"core": false
},
{
"name": "q",
"policy": "45-days",
"lastSupportedVersion": "",
"latestVersion": "",
"cloudNative": false,
"isBeta": false,
"ignoreUpdates": false,
"note": "",
"deprecated": true,
"core": false
},
{
"name": "prisma",
"policy": "45-days",
Expand Down
1 change: 0 additions & 1 deletion packages/core/src/tracing/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ let instrumentations = [
'./instrumentation/control_flow/bluebird',
'./instrumentation/control_flow/clsHooked',
'./instrumentation/control_flow/graphqlSubscriptions',
'./instrumentation/control_flow/q',
'./instrumentation/database/elasticsearch',
'./instrumentation/database/ioredis',
'./instrumentation/database/memcached',
Expand Down
30 changes: 0 additions & 30 deletions packages/core/src/tracing/instrumentation/control_flow/q.js

This file was deleted.

3 changes: 1 addition & 2 deletions packages/core/src/util/initializedTooLateHeuristic.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ let patterns = [
/\/superagent\/lib\/node\/index.js/,
/\/@smithy\/smithy-client\//,
/\/request\/index.js/,
/\/@apollo\/federation\/dist\//,
/\/q\/q.js/
/\/@apollo\/federation\/dist\//
];

const extraPatterns = [
Expand Down

0 comments on commit c7f1fa5

Please sign in to comment.