notableaddedAtlassian calls it: Added
Frontend custom metrics now available for Forge apps — per-app custom metric limit doubled to 20
- Announced
- APIs
- forge-core-platform
- Severity
- notable, set by
reef/atlassian-rule-v1 - Source
- https://developer.atlassian.com/changelog/#CHANGE-3323
Forge apps that run entirely in the browser — with no backend resolver — can now emit custom metrics directly from the frontend. Previously, custom metrics were only available to apps with a server-side resolver.
What's new
- Frontend custom metrics — counter metrics can now be emitted from your app's browser-side code using the
frontendCustomMetricsSDK in@forge/bridgeavailable fromv6.0.0onwards. - Metric limit doubled — to accommodate both backend and frontend metrics on the same app, the per-app custom metric limit has increased from 10 to 20.
Documentation
See Instrument a frontend custom metric for the full API reference and setup guide.
The text above is Atlassian's. reef added the severity, the dates it could read from the text, and the endpoints and scopes named in code.