getsentry / sentry-kafka-schemas

https://getsentry.github.io/sentry-kafka-schemas/
Other
4 stars 1 forks source link

fix(metrics_summaries): Accept metrics summaries with only count #322

Closed phacops closed 3 months ago

github-actions[bot] commented 3 months ago

versions in use:

The following repositories use one of the schemas you are editing. It is recommended to roll out schema changes in small PRs, meaning that if those used versions lag behind the latest, it is probably best to update those services before rolling out your change.

latest version: 0.1.102

changes considered breaking **schemas/snuba-metrics-summaries.v1.schema.json** - ``` {"path": "", "change": {"RequiredAdd": {"property": "count"}}} ```

⚠️ This PR contains breaking changes. Normally you should avoid that and make your consumer backwards-compatible (meaning that updated consumers can still accept old messages). There are a few exceptions: