-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
restructure dart docs #4701
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
restructure dart docs #4701
Conversation
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/sentry/sentry-docs/BDgP9gBax8r79PSFf4ZxVETcjk3h |
|
@marandaneto - I've started on this but it needs review/collab. I've used the Flutter restructure that was done a while back as my guide. A few initial questions/issues:
|
I've added comments to the change.
The remaining is about an HTTP integration, that could go to the integration list, similar to Android
That looks good for now.
I believe we could remove
|
|
@marandaneto - I've tried to address all your feedback, but the folder structure I've created for the HTTP Integration page doesn't seem to be working and I'm not sure why. @bruno-garcia, can you see what the problem is there? |
Feedback is addressed, all good. The problem is that the link https://sentry-docs-git-update-restructure-dart-docs.sentry.dev/platforms/dart/configuration/integrations/http-integration/#performance-monitoring-for-http-requests does not exist, actually, the Integrations menu does not exist appear under the Configuration menu -> https://sentry-docs-git-update-restructure-dart-docs.sentry.dev/platforms/dart/configuration/ So there's something wrong with the Integrations subpage setup. |
9245d89 to
6cbb6ef
Compare
…scription for migration guide
Co-authored-by: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com>
marandaneto
left a comment
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.
@imatwawana thanks for doing this, appreciate it.
Refactors Dart docs to match other SDK documentation.
Closes #3197