We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6502a61 + 236412d commit e79da08Copy full SHA for e79da08
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## master
2
+
3
+* Fixes an issue with GraphQL not being grouped correctly
4
5
## 10.11.0 (2021-12-23)
6
7
* Adds GraphQL support for APM network traces with proper grouping
utils/InstabugConstants.js
@@ -9,5 +9,5 @@ export default {
9
WILL_SHOW_SURVEY_HANDLER: 'IBGWillShowSurvey',
10
DID_DISMISS_SURVEY_HANDLER: 'IBGDidDismissSurvey',
11
DID_SELECT_PROMPT_OPTION_HANDLER: 'IBGDidSelectPromptOptionHandler',
12
- GRAPHQL_HEADER: 'IBGGraphQLHeader',
+ GRAPHQL_HEADER: 'ibg-graphql-header',
13
};
0 commit comments