Skip to content

Commit

Permalink
Merge pull request #4232 from apollographql/sachin/change-schema-repo…
Browse files Browse the repository at this point in the history
…rting-url

schema-reporting: Update URL for schema reporting
  • Loading branch information
sachindshinde authored Jun 10, 2020
2 parents 6b342ca + 0b39cf2 commit b5936f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The version headers in this history reflect the versions of Apollo Server itself
### vNext

- `apollo-engine-reporting`: Add environment variable `APOLLO_SCHEMA_REPORTING` that can enable schema reporting. If `experimental__schemaReporting` is set it will override the environment variables.
- `apollo-engine-reporting`: The schema reporting URL has been changed to use the new dedicated sub-domain `https://edge-server-reporting.api.apollographql.com`.

### v2.14.3

Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-engine-reporting/src/schemaReporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class SchemaReporter {

this.url =
schemaReportingEndpoint ||
'https://engine-graphql.apollographql.com/api/graphql';
'https://edge-server-reporting.api.apollographql.com/api/graphql';

this.serverInfo = serverInfo;
this.executableSchemaDocument = schemaSdl;
Expand Down

0 comments on commit b5936f5

Please sign in to comment.