You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2026. It is now read-only.
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
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