diff --git a/.craft.yml b/.craft.yml new file mode 100644 index 0000000000..628fad5def --- /dev/null +++ b/.craft.yml @@ -0,0 +1,19 @@ +minVersion: '0.17.1' +github: + owner: getsentry + repo: sentry-dart +changelogPolicy: auto +statusProvider: + name: github +artifactProvider: + name: none +targets: + - name: github + - name: registry + type: sdk + config: + canonical: "pub:sentry" + - name: registry + type: sdk + config: + canonical: "pub:sentry_flutter"