Skip to content

Commit

Permalink
Add doc links to sidebar on pub.dev (#1307)
Browse files Browse the repository at this point in the history
Co-authored-by: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com>
  • Loading branch information
ueman and marandaneto authored Mar 3, 2023
1 parent fe4aa56 commit f96ca24
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions dio/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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/

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down
1 change: 1 addition & 0 deletions file/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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/

environment:
sdk: '>=2.19.0 <3.0.0'
Expand Down
1 change: 1 addition & 0 deletions flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
3 changes: 2 additions & 1 deletion logging/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: sentry_logging
description: An integration which adds support for recording log from the logging package.
version: 6.21.0
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/

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down

0 comments on commit f96ca24

Please sign in to comment.