Skip to content

Commit 60886e3

Browse files
authored
release(cli): v1.0.10+2 (#334)
- chore: Add back Sentry integration
1 parent 10b886c commit 60886e3

File tree

31 files changed

+38
-29
lines changed

31 files changed

+38
-29
lines changed

apps/cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.10+2
2+
3+
- chore: Add back Sentry integration
4+
15
## 1.0.10+1
26

37
- fix: Handle control characters when prompting for secrets

apps/cli/bin/celest.dart

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ import 'package:celest_cli/src/commands/organizations/organizations_command.dart
55
import 'package:celest_cli/src/commands/project_environments/project_environments_command.dart';
66
import 'package:celest_cli/src/commands/projects/projects_command.dart';
77
import 'package:celest_cli/src/commands/status_command.dart';
8+
import 'package:celest_cli/src/performance/sentry_perf.dart';
89

910
void main(List<String> args) async {
1011
final cli = Cli(
1112
'celest',
1213
'A command-line interface for Celest, the Flutter cloud platform.',
1314
version: packageVersion,
15+
sentryConfig: SentryConfig(
16+
dsn:
17+
'https://aa63419b83419820da1454809c0025db@o4506345201532928.ingest.us.sentry.io/4506496721158144',
18+
),
1419
)
1520
..addCommand(InitCommand())
1621
..addCommand(StartCommand())

apps/cli/fixtures/standalone/api/goldens/ast.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/cli/fixtures/standalone/api/goldens/ast.resolved.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/cli/fixtures/standalone/api/goldens/celest.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/cli/fixtures/standalone/auth/goldens/ast.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/cli/fixtures/standalone/auth/goldens/ast.resolved.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/cli/fixtures/standalone/auth/goldens/celest.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/cli/fixtures/standalone/data/goldens/ast.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/cli/fixtures/standalone/data/goldens/ast.resolved.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)