atlassian / go-sentry-api

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

Fix type for Event.Contexts. #13

Closed moriyoshi closed 5 years ago

moriyoshi commented 5 years ago

[Bug] according to the API document, the value for each known KV pair in Event.contexts is represented as a nested dictionary and any uncommon field can either be a dictionary or a plain string, therefore the value type has to be interface{}. CLA signed.