-
-
Notifications
You must be signed in to change notification settings - Fork 285
Expand file tree
/
Copy path.craft.yml
More file actions
38 lines (38 loc) · 1.01 KB
/
.craft.yml
File metadata and controls
38 lines (38 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
minVersion: 1.21.0
changelogPolicy: auto
artifactProvider:
name: none
targets:
- name: pub-dev
# This is temporarily needed because we keep the package:web dependency implicit
# See https://github.com/getsentry/sentry-dart/pull/2113 for more context
skipValidation: true
packages:
packages/dart:
packages/flutter:
packages/logging:
packages/dio:
packages/file:
packages/sqflite:
packages/hive:
packages/drift:
packages/isar:
packages/link:
packages/firebase_remote_config:
packages/supabase:
- name: github
- name: registry
sdks:
pub:sentry:
pub:sentry_flutter:
pub:sentry_logging:
pub:sentry_dio:
pub:sentry_file:
pub:sentry_sqflite:
pub:sentry_drift:
pub:sentry_hive:
pub:sentry_isar:
pub:sentry_link:
pub:sentry_firebase_remote_config:
# TODO: after we published supabase we need to add it to the registry repo and then uncomment here
# pub:sentry_supabase: