-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
feat(java): Add automatic and custom performance metrics doc #5604
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@markushi usually you can add the entire mobile team to reviewers and whoever approves first wins :) |
LGTM 👍 but we need to release the SDK 6.5.0 first, so I'd hold this off until it's released. Maybe convert it into a draft to not merge accidentally |
|
While we are here, could we add a page that describes our automatic performance metrics for Android, under here: https://github.com/getsentry/sentry-docs/tree/master/src/platform-includes/performance/automatic-performance-metrics (you can follow the same format as JavaScript) |
@AbhiPrasad sounds like a good idea, let me take care of this 👍
|
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.
Made some wording and style edits and left a question
src/platform-includes/performance/automatic-performance-metrics/android.mdx
Outdated
Show resolved
Hide resolved
src/platform-includes/performance/automatic-performance-metrics/android.mdx
Outdated
Show resolved
Hide resolved
…s/android.mdx Co-authored-by: Isabel <[email protected]>
…s/android.mdx Co-authored-by: Isabel <[email protected]>
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.
Two minor comments, thanks, @markushi.
src/platform-includes/performance/automatic-performance-metrics/android.mdx
Outdated
Show resolved
Hide resolved
src/platforms/common/performance/instrumentation/performance-metrics.mdx
Show resolved
Hide resolved
…s/android.mdx Co-authored-by: Philipp Hofmann <[email protected]>
Add missing API doc for custom performance metrics, including java and kotlin example code.
See getsentry/sentry-java#2260 for the relevant SDK implementation.
@romtsn who else should be reviewing this PR?