otel_graphql_flutter 0.1.0
otel_graphql_flutter: ^0.1.0 copied to clipboard
Flutter overlay for `otel_graphql`. Re-exports the core OpenTelemetry gql Link and pulls in `graphql_flutter`, so one dependency covers every GraphQL operation.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2026-08-10 #
Added #
- Slim Flutter overlay for
otel_graphql. Re-exports the core link and pulls ingraphql_flutterso Flutter apps add one dependency instead of managinggraphql+graphql_flutter+ the core package separately. - Targets
graphql_flutter: ^5.0.0. No new types yet — GraphQL instrumentation hooks at thegql_linklevel, which works the same regardless of UI binding.
Changed #
- Sibling floor fixed to
otel_graphql: ^0.1.0-beta.1(the published core release; a-wipfloor can never resolve on pub.dev). - Raised SDK floors to
dartastic_opentelemetry ^1.1.0-beta.12/dartastic_opentelemetry_api ^1.0.0-rc.1, matching the core package. - Dropped the
GraphqlSemanticsre-export — the core package now keeps its attribute keys internal toOTelGraphqlLink.