uniiverse / apollo-tracing-ruby

[Maintainers Wanted] Ruby implementation of GraphQL trace data in the Apollo Tracing format
MIT License
85 stars 10 forks source link

Allow ApolloTracing.start_proxy to accept a JSON string. #3

Closed lunks closed 6 years ago

lunks commented 6 years ago

This allows us to create a JSON string on the fly when starting server, customizing this behavior on runtime using i.e. environment variables to build the JSON out, for instance.

exAspArk commented 6 years ago

@lunks awesome, thank you! 🙌

exAspArk commented 6 years ago

Released in the 1.2.0 version