Skip to content

Commit f96ca24

Browse files
uemanmarandaneto
andauthored
Add doc links to sidebar on pub.dev (#1307)
Co-authored-by: Manoel Aranda Neto <[email protected]>
1 parent fe4aa56 commit f96ca24

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed

dart/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ description: >
66
homepage: https://docs.sentry.io/platforms/dart/
77
repository: https://github.com/getsentry/sentry-dart
88
issue_tracker: https://github.com/getsentry/sentry-dart/issues
9+
documentation: https://docs.sentry.io/platforms/dart/
910

1011
environment:
1112
sdk: '>=2.12.0 <3.0.0'

dio/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version: 6.21.0
44
homepage: https://docs.sentry.io/platforms/dart/
55
repository: https://github.com/getsentry/sentry-dart
66
issue_tracker: https://github.com/getsentry/sentry-dart/issues
7+
documentation: https://docs.sentry.io/platforms/dart/configuration/integrations/dio/
78

89
environment:
910
sdk: '>=2.12.0 <3.0.0'

file/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version: 6.21.0
44
homepage: https://docs.sentry.io/platforms/dart/
55
repository: https://github.com/getsentry/sentry-dart
66
issue_tracker: https://github.com/getsentry/sentry-dart/issues
7+
documentation: https://docs.sentry.io/platforms/dart/configuration/integrations/file/
78

89
environment:
910
sdk: '>=2.19.0 <3.0.0'

flutter/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: Sentry SDK for Flutter. This package aims to support different Flut
44
homepage: https://docs.sentry.io/platforms/flutter/
55
repository: https://github.com/getsentry/sentry-dart
66
issue_tracker: https://github.com/getsentry/sentry-dart/issues
7+
documentation: https://docs.sentry.io/platforms/flutter/
78

89
environment:
910
sdk: '>=2.12.0 <3.0.0'

logging/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: sentry_logging
22
description: An integration which adds support for recording log from the logging package.
33
version: 6.21.0
4-
homepage: https://docs.sentry.io/platforms/flutter/
4+
homepage: https://docs.sentry.io/platforms/dart/
55
repository: https://github.com/getsentry/sentry-dart
66
issue_tracker: https://github.com/getsentry/sentry-dart/issues
7+
documentation: https://docs.sentry.io/platforms/dart/configuration/integrations/logging/
78

89
environment:
910
sdk: '>=2.12.0 <3.0.0'

0 commit comments

Comments
 (0)