You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
^This field, thread_id, is typed as a string but Sentry actually sends ints. This is blocking us from deserialising any event from Sentry.
This is the only issue with the modelling I've found.
Background:
We have the Android Sentry SDK set up in our app. We've got a Go webhook consuming alert events. These events cannot be deserialised currently because of this bug. Not sure if this problem is somehow specific to event_alerts coming from a JVM/Android project or not.
Problem Statement
/~https://github.com/getsentry/sentry-go/blob/master/interfaces.go#L244
^This field, thread_id, is typed as a string but Sentry actually sends ints. This is blocking us from deserialising any event from Sentry.
This is the only issue with the modelling I've found.
Background:
We have the Android Sentry SDK set up in our app. We've got a Go webhook consuming alert events. These events cannot be deserialised currently because of this bug. Not sure if this problem is somehow specific to event_alerts coming from a JVM/Android project or not.
The original issue was raised here.
#767
Solution Brainstorm
No response
Product Area
Issues
The text was updated successfully, but these errors were encountered: