Skip to content

Commit

Permalink
Elaborate on changed behavior in v4.3.3 re: `fieldLevelInstrumentatio…
Browse files Browse the repository at this point in the history
…n` and error metrics (#7852)
  • Loading branch information
trevor-scheer committed Mar 15, 2024
1 parent 4548123 commit 2edb6e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/itchy-ties-nail.md
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions packages/server/CHANGELOG.md
Expand Up @@ -324,6 +324,8 @@

Operations that receive errors from subgraphs (with no trace data in the response) are no longer sent as incomplete, error-less traces.

If you are upgrading to or beyond this version, you may notice a change in your error stats in Apollo Studio. Previously, configuring `fieldLevelInstrumentation` inadvertently affected the counting of error stats in the usage reporting plugin (whenever `fieldLevelInstrumentation` was set to or resolved to 0, errors would not be counted). With this change, errors are counted accurately regardless of the `fieldLevelInstrumentation` setting.

Note: in order for this fix to take effect, your `@apollo/gateway` version must be updated to v2.3.1 or later.

## 4.3.2
Expand Down

0 comments on commit 2edb6e0

Please sign in to comment.