Closed aclarknexient closed 1 year ago
That's a rover configuration. The option to disable telemetry is in the docs.
I have this setting enabled, but the landing page is still happily sending requests to both sentry and https://graphql.api.apollographql.com/api/graphql
, and an initial call to stripe, though it doesn't look like anything more goes after the first request. I don't think that should be happening?
Thanks @Aeolun, I opened an issue for it.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. For general questions, we recommend using StackOverflow or our discord server.
Hello,
We're deploying Apollo server for the first time, and we've noticed that the devtools send a lot of calls to external sites like "launchdarkly.com", "*.stripe.com", etc.
I tried setting the APOLLO_TELEMETRY_DISABLED=1 in both the dockerfile for the task, and in the task definition, but neither stopped the external calls.
Is there a way to operate the server without any network requests except those between the browser and the service?
Thank you