You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH dependabot has made a PR in my repo to update dd-trace from v5.21.0 to v5.22.0. Checking out the feature branch locally, I'm met with these errors on app startup stating that dd-trace could not resolve these graphql packages. Is this correct?? Is dd-trace now requiring graphql?
The text was updated successfully, but these errors were encountered:
+1 this is an issue with all of our typescript projects... I have added graphql as a devDependency in the mean time to get them to build. Should graphql be a dependency instead?
The project does not depend on graphql however static analysis tools will discover the packages/datadog-plugin-graphql/src/tools/transforms.js file and the following lines and then freak out:
Funny enough nothing really changed with that file between those two versions of the tracer. Did anything else with your setup change, like the version of TypeScript? The esbuild issue I mentioned has been happening for ages.
Hello,
GH dependabot has made a PR in my repo to update
dd-trace
fromv5.21.0
tov5.22.0
. Checking out the feature branch locally, I'm met with these errors on app startup stating thatdd-trace
could not resolve thesegraphql
packages. Is this correct?? Isdd-trace
now requiringgraphql
?The text was updated successfully, but these errors were encountered: