Satellite-im / Warp

Interface Driven Distributed Data Service
MIT License
14 stars 3 forks source link

chore: export raygun to js #519

Closed ashneverdawn closed 1 month ago

ashneverdawn commented 1 month ago

What this PR does 📖

Exposes Raygun to js

Which issue(s) this PR fixes 🔨

Relating to: #494

Special notes for reviewers 🗒️

Additional comments 🎤

ashneverdawn commented 1 month ago

Left some comments but overall LGTM.

I will say though that we can skip on many of the setters as I dont really imagine a use-case for any frontend would need to set most of them.

Thanks. I removed all the unnecessary setters. Looks like MessageOptions is the only one that needed them.