Metrics! Sentry will support Metrics finally! First we need all of our SDKs to support Metrics, this ticket is track the implementation and rollout of Metrics across sentry SDKs. Specification for implementation is in the develop spec linked below.
Regarding metrics onboarding, we want to follow the Install , Configure , Verify structure.
The steps that need to be done are:
Add the platforms to the list of platforms that support custom metrics (customMetricBackendPlatforms & customMetricFrontendPlatforms ) in platformCategories.tsx
Add the onboarding content as customMetricsOnboarding entry to the Docs object exported by the platform'd docs file (e.g. rust)
You can find an example PR that does this for serverless javascript platforms here.
ATM the guides are very uniform in their content. We collected them here in Notion
@ale-cota done - for Android we currently track together with Java, we'll split if necessary. also it's unclear whether/when we'll add support in sentry-native
Description
Metrics! Sentry will support Metrics finally! First we need all of our SDKs to support Metrics, this ticket is track the implementation and rollout of Metrics across sentry SDKs. Specification for implementation is in the develop spec linked below.
Project Board
Related to requirement of adding Metrics to each SDK:
Related to product and onboarding:
The list of available features per SDK to update with new developments: https://docs.google.com/spreadsheets/d/14cjYBAWI6RkDilqXYAsLYa89wIWdQJq350fjwqT1uyI/edit#gid=0
RFC
No response
Slack-Channel
discuss-ddm
Document(s)
Stakeholder(s)
Team(s)
Mobile, Web Backend, Web Frontend