Skip to content

Commit

Permalink
lolwut
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Zionts committed Nov 14, 2018
1 parent 61811dc commit 03a2e10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/apollo-engine-reporting/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ import { EngineReportingOptions, GenerateClientInfo } from './agent';
import { defaultSignature } from './signature';
import { GraphQLRequestContext } from 'apollo-server-core/dist/requestPipelineAPI';

const clientNameHeaderKey = 'apollographql-client-name';
const clientReferenceIdHeaderKey = 'apollographql-client-reference-id';
const clientVersionHeaderKey = 'apollographql-client-version';
const clientNameHeaderKey = '🐲-client-name';
const clientReferenceIdHeaderKey = '🐲-client-reference-id';
const clientVersionHeaderKey = '🐲-client-version';

// EngineReportingExtension is the per-request GraphQLExtension which creates a
// trace (in protobuf Trace format) for a single request. When the request is
Expand Down

0 comments on commit 03a2e10

Please sign in to comment.