Skip to content

Commit

Permalink
tmp: only build app with sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Oct 10, 2022
1 parent e376af7 commit 677f118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ flutterCreate() {
flutter create --template=app --no-pub --org 'io.sentry.dart' --project-name $name "$dir"
}

flutterCreate 'perf-test-app-plain'
# flutterCreate 'perf-test-app-plain'
flutterCreate 'perf-test-app-sentry'

pubspec="$targetDir/perf-test-app-sentry/pubspec.yaml"
Expand Down

0 comments on commit 677f118

Please sign in to comment.