DataDog / dd-sdk-flutter

Flutter bindings and tools for utilizing Datadog Mobile SDKs
Apache License 2.0
43 stars 42 forks source link

feat: Fix GraphQL tracking in gql_link package #536

Closed fuzzybinary closed 9 months ago

fuzzybinary commented 9 months ago

What and why?

Create an example of tracking GraphQL in the simple example application, which revealed that operation_name was not being grabbed properly, and that the attributes were not added to the attribute map properly.

Also add variables to the GraphQL attributes.

Review checklist

fuzzybinary commented 9 months ago

Need to go back and add unit tests for some new functionality...

fuzzybinary commented 9 months ago

This should now be ready for review.