-
-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add doc links to sidebar on pub.dev #1307
Conversation
@@ -6,6 +6,7 @@ description: > | |||
homepage: https://docs.sentry.io/platforms/dart/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even though the homepage already linked to the docs, I never happend to click on it because I assumed it leads me to sentry.io
instead of the docs.
Nice, we can add the one for logging as well. |
Co-authored-by: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com>
I already wondered why there's nothing for logging. Must have missed it |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #1307 +/- ##
=======================================
Coverage 89.82% 89.82%
=======================================
Files 155 155
Lines 5063 5063
=======================================
Hits 4548 4548
Misses 515 515 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
The failing job is unrelated, since I haven't changed any actual code. |
just flakiness for the integration test, and the other one was lining, fixed it now. |
📜 Description
With this change, the links to the Sentry docs are added to the sidebar on pub.dev
#skip-changelog
💚 How did you test it?
Just doc changes
📝 Checklist
sendDefaultPii
is enabled🔮 Next steps