diff --git a/dart/example_web/pubspec.yaml b/dart/example_web/pubspec.yaml index 5f797fa1d2..ddbf040a70 100644 --- a/dart/example_web/pubspec.yaml +++ b/dart/example_web/pubspec.yaml @@ -1,6 +1,8 @@ name: sentry_dart_web_example description: An absolute bare-bones web app. +publish_to: 'none' # Remove this line if you wish to publish to pub.dev + environment: sdk: ^2.8.0 diff --git a/dart/pubspec.yaml b/dart/pubspec.yaml index 50cfa4112c..d335765bc1 100644 --- a/dart/pubspec.yaml +++ b/dart/pubspec.yaml @@ -4,6 +4,7 @@ description: > A crash reporting library for Dart that sends crash reports to Sentry.io. This library supports Dart Native, and Flutter for mobile, web, and desktop. homepage: https://github.com/getsentry/sentry-dart +repository: https://github.com/getsentry/sentry-dart environment: sdk: ">=2.8.0 <3.0.0" diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index 8c431a7cad..6ac0b46050 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: sentry_flutter +version: 4.0.0-alpha.2 description: Sentry SDK for Flutter. This package aims to support different Flutter targets by relying on the many platforms supported by Sentry with native SDKs. -version: 0.0.1 homepage: https://docs.sentry.io/platforms/flutter/ repository: https://github.com/getsentry/sentry-dart @@ -13,8 +13,10 @@ dependencies: sdk: flutter flutter_web_plugins: sdk: flutter - sentry: #^4.0.0 uncomment before publishing - path: ../dart + sentry: 4.0.0-alpha.2 + # TODO: we need the specific version for publishing it, but the relative path for development. + # Figure out how to do it via Craft for releases. + # path: ../dart package_info: ^0.4.0 dev_dependencies: