Skip to content

Fix property types for sentry API compatibility

⚠️ API breaking changes

The purpose of this PR is to enhance compatibility with the Grafana Sentry Plugin via better compatibility with the official Sentry API.

It extends the previous PR (!1219 (merged)) with some more property type updates:

  • /organizations/{slug}/projects/ - teams' id is now a string.
  • /organizations/{slug}/stats_v2/ - start and end properties are now date strings in ISO8601 format

Tests are included

Merge request reports

Loading