Skip to content

Commit

Permalink
Add changeset (#1449)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller authored Jul 22, 2024
1 parent ce416bd commit ff3882a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .changeset/sweet-mails-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
"apollo-client-devtools": minor
---

Add support for inspecting multiple clients. When multiple clients connect to devtools, you can select which to inspect. When combined with Apollo Client [3.11](https://github.com/apollographql/apollo-client/releases/tag/v3.11.0), you can provide a custom name using the new `devtools` option.

```js
new ApolloClient({
devtools: {
enabled: true,
name: "My Custom Client",
},
});
```

0 comments on commit ff3882a

Please sign in to comment.