From 39ce9992c21635341e2345da9f87399958c0e048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Uek=C3=B6tter?= Date: Thu, 2 Mar 2023 13:49:06 +0100 Subject: [PATCH 1/6] Add doc links --- dart/pubspec.yaml | 1 + dio/pubspec.yaml | 1 + file/pubspec.yaml | 1 + flutter/pubspec.yaml | 1 + 4 files changed, 4 insertions(+) diff --git a/dart/pubspec.yaml b/dart/pubspec.yaml index 2187a1d560..4a7a5867d1 100644 --- a/dart/pubspec.yaml +++ b/dart/pubspec.yaml @@ -6,6 +6,7 @@ description: > homepage: https://docs.sentry.io/platforms/dart/ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues +documentation: https://docs.sentry.io/platforms/dart/ environment: sdk: '>=2.12.0 <3.0.0' diff --git a/dio/pubspec.yaml b/dio/pubspec.yaml index e8224599d6..f802f83296 100644 --- a/dio/pubspec.yaml +++ b/dio/pubspec.yaml @@ -4,6 +4,7 @@ version: 6.18.1 homepage: https://docs.sentry.io/platforms/dart/ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues +documentation: https://docs.sentry.io/platforms/dart/performance/instrumentation/automatic-instrumentation/#dio-http-library-instrumentation environment: sdk: '>=2.12.0 <3.0.0' diff --git a/file/pubspec.yaml b/file/pubspec.yaml index ab23806832..84989f9d38 100644 --- a/file/pubspec.yaml +++ b/file/pubspec.yaml @@ -4,6 +4,7 @@ version: 6.18.1 homepage: https://docs.sentry.io/platforms/dart/ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues +documentation: https://docs.sentry.io/platforms/dart/performance/instrumentation/automatic-instrumentation/#file-io-instrumentation environment: # <2.19 because of https://github.com/dart-lang/sdk/issues/49647 breaking change diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index 948cfc1394..61aca70119 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -4,6 +4,7 @@ description: Sentry SDK for Flutter. This package aims to support different Flut homepage: https://docs.sentry.io/platforms/flutter/ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues +documentation: https://docs.sentry.io/platforms/flutter/ environment: sdk: '>=2.12.0 <3.0.0' From 659d0038cd558bcecb43cab672f8753c1b869ca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Uek=C3=B6tter?= Date: Thu, 2 Mar 2023 13:55:21 +0100 Subject: [PATCH 2/6] Apply suggestions from code review Co-authored-by: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com> --- dio/pubspec.yaml | 2 +- file/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dio/pubspec.yaml b/dio/pubspec.yaml index f802f83296..dedb104472 100644 --- a/dio/pubspec.yaml +++ b/dio/pubspec.yaml @@ -4,7 +4,7 @@ version: 6.18.1 homepage: https://docs.sentry.io/platforms/dart/ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues -documentation: https://docs.sentry.io/platforms/dart/performance/instrumentation/automatic-instrumentation/#dio-http-library-instrumentation +documentation: https://docs.sentry.io/platforms/dart/configuration/integrations/dio environment: sdk: '>=2.12.0 <3.0.0' diff --git a/file/pubspec.yaml b/file/pubspec.yaml index 84989f9d38..cae07dc466 100644 --- a/file/pubspec.yaml +++ b/file/pubspec.yaml @@ -4,7 +4,7 @@ version: 6.18.1 homepage: https://docs.sentry.io/platforms/dart/ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues -documentation: https://docs.sentry.io/platforms/dart/performance/instrumentation/automatic-instrumentation/#file-io-instrumentation +documentation: https://docs.sentry.io/platforms/dart/configuration/integrations/file environment: # <2.19 because of https://github.com/dart-lang/sdk/issues/49647 breaking change From 64020510312fb979107d76ee5e6fd84ad8b42946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Uek=C3=B6tter?= Date: Thu, 2 Mar 2023 13:56:37 +0100 Subject: [PATCH 3/6] logging docs --- logging/pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/logging/pubspec.yaml b/logging/pubspec.yaml index 3cefdf0d0f..d416547e44 100644 --- a/logging/pubspec.yaml +++ b/logging/pubspec.yaml @@ -4,6 +4,7 @@ version: 6.18.1 homepage: https://docs.sentry.io/platforms/flutter/ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues +documentation: https://docs.sentry.io/platforms/dart/configuration/integrations/logging/ environment: sdk: '>=2.12.0 <3.0.0' From 98b987fef227cf5cd404d406698cc471b43977f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Uek=C3=B6tter?= Date: Thu, 2 Mar 2023 13:57:10 +0100 Subject: [PATCH 4/6] logging shouldn't point to flutter --- logging/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging/pubspec.yaml b/logging/pubspec.yaml index d416547e44..877ee92062 100644 --- a/logging/pubspec.yaml +++ b/logging/pubspec.yaml @@ -1,7 +1,7 @@ name: sentry_logging description: An integration which adds support for recording log from the logging package. version: 6.18.1 -homepage: https://docs.sentry.io/platforms/flutter/ +homepage: https://docs.sentry.io/platforms/dart/ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues documentation: https://docs.sentry.io/platforms/dart/configuration/integrations/logging/ From a3265cf3ee5bb9ff7ff292c43db0a9bc1ba6ab7f Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com> Date: Fri, 3 Mar 2023 08:44:15 +0100 Subject: [PATCH 5/6] Update dio/pubspec.yaml --- dio/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dio/pubspec.yaml b/dio/pubspec.yaml index fd14246d9c..5a5b53aeed 100644 --- a/dio/pubspec.yaml +++ b/dio/pubspec.yaml @@ -4,7 +4,7 @@ version: 6.21.0 homepage: https://docs.sentry.io/platforms/dart/ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues -documentation: https://docs.sentry.io/platforms/dart/configuration/integrations/dio +documentation: https://docs.sentry.io/platforms/dart/configuration/integrations/dio/ environment: sdk: '>=2.12.0 <3.0.0' From df019f048eb374a4e8c59a201d43ff441ea12a48 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com> Date: Fri, 3 Mar 2023 08:45:11 +0100 Subject: [PATCH 6/6] Update file/pubspec.yaml --- file/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/pubspec.yaml b/file/pubspec.yaml index 2bf70653f1..e0eb747ed1 100644 --- a/file/pubspec.yaml +++ b/file/pubspec.yaml @@ -4,7 +4,7 @@ version: 6.21.0 homepage: https://docs.sentry.io/platforms/dart/ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues -documentation: https://docs.sentry.io/platforms/dart/configuration/integrations/file +documentation: https://docs.sentry.io/platforms/dart/configuration/integrations/file/ environment: sdk: '>=2.19.0 <3.0.0'