-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WASM support #227
Comments
Hi, of course if there is enough demand we will support it. But currently there is no plan to tackle this. We can keep this issue open and let people upvote it so we know how many people are interested |
Vote here for WASM support too please |
Here is my workaround which uses the JS interop via the JS Sentry SDK: Note: if you use a browser extension such as UBlock Origin, it may block the outgoing Sentry requests, so you may have to disable it.
|
Did you guys figure out the symbolication part of it? To upload symbols and then build the stack traces the 'right way' so we can symbolicate server side? Just put this ticket together but from my tests, that was an issue on .NET still. That's opened here: |
I haven't taken a deep dive yet, also depends on what kotlin/wasm produces, might either be dwarf or sourcemap |
If we could get some no-op js/wasmJs modules shipped while y'all work out the best steps forwards, right now, can't add sentry to a js/wasm kmm project due to the missing variants :( |
@chrisjenx hm yeah no-ops for wasm and js for now sounds good, should also be relatively low effort Created an issue: #288 |
Problem Statement
Hi, guys
What do you think about supporting Kotlin/Wasm target for this library? Are there any plans for it?
It would be great
Solution Brainstorm
No response
The text was updated successfully, but these errors were encountered: