This caused an issue where I had to explicitly use yarn upgrade @lifeomic/graphql-resolvers-xray-tracing because it was pulling in it's own (older) version of the sdk. Having this as a peer dependency will help ensure no unexpected versions are used. I also added it as a dev dependency so that local linking will work when developing against this project.
This caused an issue where I had to explicitly use
yarn upgrade @lifeomic/graphql-resolvers-xray-tracing
because it was pulling in it's own (older) version of the sdk. Having this as a peer dependency will help ensure no unexpected versions are used. I also added it as a dev dependency so that local linking will work when developing against this project.