Skip to content

Commit e79da08

Browse files
author
Ali Abdelfattah
authored
Merge pull request #665 from Instabug/fix/graphql-header-fix
[MOB-7958] Change graphql request header
2 parents 6502a61 + 236412d commit e79da08

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## master
2+
3+
* Fixes an issue with GraphQL not being grouped correctly
4+
15
## 10.11.0 (2021-12-23)
26

37
* Adds GraphQL support for APM network traces with proper grouping

utils/InstabugConstants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ export default {
99
WILL_SHOW_SURVEY_HANDLER: 'IBGWillShowSurvey',
1010
DID_DISMISS_SURVEY_HANDLER: 'IBGDidDismissSurvey',
1111
DID_SELECT_PROMPT_OPTION_HANDLER: 'IBGDidSelectPromptOptionHandler',
12-
GRAPHQL_HEADER: 'IBGGraphQLHeader',
12+
GRAPHQL_HEADER: 'ibg-graphql-header',
1313
};

0 commit comments

Comments
 (0)