Skip to content

Commit

Permalink
fix json formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Any2suited66 committed Oct 16, 2024
1 parent 1d25a8d commit f93293c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/core-mobile/scripts/datadog/updateIosDashboard.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
echo "This is the build number: $BUILD_NUMBER"

curl -X PUT \
https://api.datadoghq.com/api/v1/dashboard/ipu-tbk-spn \
-H "Content-Type: application/json" \
Expand Down Expand Up @@ -864,7 +866,7 @@ curl -X PUT \
"name": "query1",
"data_source": "rum",
"search": {
"query": "@type:action @session.type:user @action.type:application_start @application.name:\"Core Mobile\" -version:"'"$BUILD_NUMBER"'" service:org.avalabs.avaxwallet.internal"
"query": "@type:action @session.type:user @action.type:application_start @application.name:\"Core Mobile\" -version:$BUILD_NUMBER service:org.avalabs.avaxwallet.internal"
},
"indexes": [
"*"
Expand Down

0 comments on commit f93293c

Please sign in to comment.