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 Issue.Metadata (closes #33) #35

Closed moriyoshi closed 2 years ago

moriyoshi commented 2 years ago

It seems the change hasn't been documented in https://docs.sentry.io/api/events/retrieve-an-issue/ . Closes #33. CLA signed (See #13.)

atlassian-cla-bot[bot] commented 2 years ago

Hooray! All contributors have signed the CLA.

sneko commented 2 years ago

@moriyoshi @cwood any chance to get this merged? Also facing #33

Thank you,

cwood commented 2 years ago

Just merged to unblock you but I dunno if using a interface{} is the best option but should allow you forward.