Skip to content

Commit

Permalink
add greater than build_number
Browse files Browse the repository at this point in the history
  • Loading branch information
Any2suited66 committed Oct 16, 2024
1 parent f93293c commit 023c5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-mobile/scripts/datadog/updateIosDashboard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -866,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 023c5ce

Please sign in to comment.