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
We are currently using sentry-kotlin-multiplatform in our shared common source set and now want to add wasm target, we successfully updated all our kotlin common dependencies to support wasm target, but only sentry-kotlin-multiplatform does not support wasm. We would be fine with having a no op for wasm just to be able to compile the source set.
Description
To improve compatibility we should provide no-ops for JS and WASM so people can compile their projects without having to separate source sets
The text was updated successfully, but these errors were encountered: