atlassian / go-sentry-api

A go client for the sentry api https://sentry.io/api/
Other
53 stars 39 forks source link

Change issues SubscriptionDetails to custom struct #10

Closed grongor closed 1 year ago

grongor commented 6 years ago

Here https://github.com/getsentry/sentry/blob/223c15dc197eeb2ef1941e62b4bb86c0de556050/src/sentry/api/serializers/models/group.py#L317 you can see that the map usage was incorrect.

cwood commented 5 years ago

Can you update the test to validate that it works?