Fix property types for sentry API compatibility
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
andend
properties are now date strings in ISO8601 format
Tests are included