Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/thirty-apricots-cheat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphql-hive/plugin-opentelemetry': patch
---

Fix missing attributes when a graphql operation parsing or validation fails.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ beforeAll(async () => {
containerPort: 6379,
healthcheck: ['CMD-SHELL', 'redis-cli ping'],
env: {
LANG: '', // fixes "Failed to configure LOCALE for invalid locale name."
// fixes "Failed to configure LOCALE for invalid locale name."
LANG: '',
LC_ALL: '',
},
});
redisEnv.REDIS_HOST = gatewayRunner.includes('docker')
Expand Down
Binary file modified examples/apq-subgraphs/example.tar.gz
Binary file not shown.
16 changes: 15 additions & 1 deletion examples/apq-subgraphs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified examples/extra-fields/example.tar.gz
Binary file not shown.
16 changes: 15 additions & 1 deletion examples/extra-fields/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified examples/federation-example/example.tar.gz
Binary file not shown.
16 changes: 15 additions & 1 deletion examples/federation-example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified examples/federation-mixed/example.tar.gz
Binary file not shown.
Loading
Loading