getsentry / sentry-kafka-schemas

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

fix(uptime): Require span_id #328

Closed evanpurkhiser closed 2 months ago

evanpurkhiser commented 2 months ago

This is already always being set by the uptime checker. Correct the schema to match what we're doing

github-actions[bot] commented 2 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.106

changes considered breaking **schemas/uptime-results.v1.schema.json** - ``` {"path": "", "change": {"RequiredAdd": {"property": "span_id"}}} ```

⚠️ 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: