snapshot-labs / pineapple

https://pineapple.fyi
MIT License
17 stars 9 forks source link

chore: send error object to Sentry #171

Closed wa0x6e closed 1 year ago

wa0x6e commented 1 year ago

🧿 Current issues / What's wrong ?

When capturing and sending a string to sentry, it'll show on Sentry as <anonymous> (See example here https://snapshot-labs.sentry.io/issues/4457737309/?project=4505506861023232&query=&referrer=issue-stream&statsPeriod=14d&stream_index=1)

💊 Fixes / Solution

Send an error object instead of string

🚧 Changes

🛠️ Tests