Skip to content

Commit

Permalink
Issue-66: Change : to - in keys in Topics, Persons, and Audience.
Browse files Browse the repository at this point in the history
  • Loading branch information
naveenvalecha committed Jun 25, 2024
1 parent 8db55bf commit 5d800d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions example/profiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -1548,7 +1548,7 @@ window.drupalSettings.convivialProfiler = {
"type": "threshold",
"target_key": "stage",
"target_value": "stage-discovery",
"storage_key": "dimensions.stage.stage:orientation",
"storage_key": "dimensions.stage.stage-orientation",
"threshold_number": 1,
"target_location": {
"localstorage": "localstorage",
Expand All @@ -1559,7 +1559,7 @@ window.drupalSettings.convivialProfiler = {
"type": "threshold",
"target_key": "stage",
"target_value": "stage-validation",
"storage_key": "dimensions.stage.stage:discovery",
"storage_key": "dimensions.stage.stage-discovery",
"threshold_number": 2,
"target_location": {
"localstorage": "localstorage",
Expand All @@ -1570,7 +1570,7 @@ window.drupalSettings.convivialProfiler = {
"type": "threshold",
"target_key": "stage",
"target_value": "stage-conversion",
"storage_key": "dimensions.stage.stage:validation",
"storage_key": "dimensions.stage.stage-validation",
"threshold_number": 1,
"target_location": {
"localstorage": "localstorage",
Expand All @@ -1581,7 +1581,7 @@ window.drupalSettings.convivialProfiler = {
"type": "threshold",
"target_key": "stage",
"target_value": "stage-continue",
"storage_key": "dimensions.stage.stage:conversion",
"storage_key": "dimensions.stage.stage-conversion",
"threshold_number": 2,
"target_location": {
"localstorage": "localstorage",
Expand All @@ -1592,7 +1592,7 @@ window.drupalSettings.convivialProfiler = {
"type": "threshold",
"target_key": "stage",
"target_value": "stage-continue",
"storage_key": "dimensions.stage.stage:converted",
"storage_key": "dimensions.stage.stage-converted",
"threshold_number": 1,
"target_location": {
"localstorage": "localstorage",
Expand Down

0 comments on commit 5d800d8

Please sign in to comment.