Philip Niedertscheider
Philip Niedertscheider
* Add integration root at `Sentry.metrics` * Add `Sentry.metrics.count(String, Double)` ([Reference](https://docs.sentry.io/platforms/javascript/metrics/#counter)) * Add `Sentry.metrics.distribution(String, Double)` ([Reference](https://docs.sentry.io/platforms/javascript/metrics/#gauge)) * Add `Sentry.metrics.gauge(String, Double)` ([Reference](https://docs.sentry.io/platforms/javascript/metrics/#distribution))
* Add a new type of integration which can be installed * Add `enableMetrics` to options to enable/disable integration (defaults to `false`)
## :scroll: Description ## :bulb: Motivation and Context ## :green_heart: How did you test it? ## :pencil: Checklist You have to check all boxes before merging: - [ ] I...
When performing the "Analyze" action, it surfaces issues found by static analysis. These should also show up in CI as a required status check, blocking pull requests introducing new analyzer...