Skip to content

Commit

Permalink
Merge pull request #1175 from DataDog/louiszawadzki/rumm-2631/update-…
Browse files Browse the repository at this point in the history
…rum-events-format

Update telemetry configuration schema
  • Loading branch information
louiszawadzki authored Dec 7, 2022
2 parents 84835ea + f8994d3 commit 6c6af82
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions dd-sdk-android/src/main/json/telemetry/configuration-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,13 @@
},
"track_resources": {
"type": "boolean",
"description": "Whether resources are tracked"
"description": "Whether resources are tracked",
"readOnly": false
},
"track_long_task": {
"type": "boolean",
"description": "Whether long tasks are tracked"
"description": "Whether long tasks are tracked",
"readOnly": false
},
"use_cross_site_session_cookie": {
"type": "boolean",
Expand Down Expand Up @@ -120,7 +122,8 @@
},
"track_frustrations": {
"type": "boolean",
"description": "Whether user frustrations are tracked"
"description": "Whether user frustrations are tracked",
"readOnly": false
},
"track_views_manually": {
"type": "boolean",
Expand Down Expand Up @@ -231,7 +234,8 @@
},
"initialization_type": {
"type": "string",
"description": "The type of initialization the SDK used, in case multiple are supported"
"description": "The type of initialization the SDK used, in case multiple are supported",
"readOnly": false
},
"track_flutter_performance": {
"type": "boolean",
Expand Down

0 comments on commit 6c6af82

Please sign in to comment.