Skip to content

Commit

Permalink
Added the new attributes to the data dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
mbruin-NR committed Nov 15, 2023
1 parent 9ecc74f commit aa67bd4
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions src/data/attribute-dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -9120,6 +9120,35 @@
"name": "newRelicVersion",
"units": null
},
{
"definition": "<p>The X-APOLLO-OPERATION-ID value of an Apollo GraphQL network request.</p>\n",
"events": [
"MobileRequest",
"MobileRequestError"
],
"name": "operationId",
"units": {
"label": "ID"
}
},
{
"definition": "<p>The X-APOLLO-OPERATION-NAME value of an Apollo GraphQL network request.</p>\n",
"events": [
"MobileRequest",
"MobileRequestError"
],
"name": "operationName",
"units": null
},
{
"definition": "<p>The X-APOLLO-OPERATION-TYPE value of an Apollo GraphQL network request.</p>\n",
"events": [
"MobileRequest",
"MobileRequestError"
],
"name": "operationType",
"units": null
},
{
"definition": "<p>The simplified version number of the app&#39;s host operating system, such as iOS 11, as compared to iOS 11.0.4.</p>\n",
"events": [
Expand Down Expand Up @@ -9722,6 +9751,35 @@
"name": "osMajorVersion",
"units": null
},
{
"definition": "<p>The X-APOLLO-OPERATION-ID value of an Apollo GraphQL network request.</p>\n",
"events": [
"MobileRequest",
"MobileRequestError"
],
"name": "operationId",
"units": {
"label": "ID"
}
},
{
"definition": "<p>The X-APOLLO-OPERATION-NAME value of an Apollo GraphQL network request.</p>\n",
"events": [
"MobileRequest",
"MobileRequestError"
],
"name": "operationName",
"units": null
},
{
"definition": "<p>The X-APOLLO-OPERATION-TYPE value of an Apollo GraphQL network request.</p>\n",
"events": [
"MobileRequest",
"MobileRequestError"
],
"name": "operationType",
"units": null
},
{
"definition": "<p>The name of the app&#39;s host operating system, for example, iOS or Android.</p>\n",
"events": [
Expand Down

0 comments on commit aa67bd4

Please sign in to comment.