diff --git a/.changesets/fix-platform-mismatch-error.md b/.changesets/fix-platform-mismatch-error.md new file mode 100644 index 00000000..afc61ce5 --- /dev/null +++ b/.changesets/fix-platform-mismatch-error.md @@ -0,0 +1,6 @@ +--- +bump: "patch" +type: "fix" +--- + +Fix a misleading platform mismatch error when the AppSignal extension fails to load on musl-based systems. diff --git a/.changesets/improve-graphql-instrumentation-behaviour.md b/.changesets/improve-graphql-instrumentation-behaviour.md new file mode 100644 index 00000000..b9d85bf7 --- /dev/null +++ b/.changesets/improve-graphql-instrumentation-behaviour.md @@ -0,0 +1,6 @@ +--- +bump: "patch" +type: "change" +--- + +Improve the behaviour of the GraphQL instrumentation, so that it creates less redundant spans for similar items in a list, and less trivial spans for attribute resolutions.