Brad Kotsopoulos

Results 8 issues of Brad Kotsopoulos

I have a use case where I `proxy()` some objects, but every object has a specific property that I don't want to be proxied, and I want to remain local....

## Problem If we call .then() on a djinni future, it returns a promise. If the handler function passed into then() throws, the exception is caught and used to reject...

We have code in DataView_wasm.hpp and djinni_wasm.cpp that creates a JS Uint8Array view of memory on the wasm heap: ``` static auto uint8ArrayClass = em::val::global("Uint8Array"); unsigned addr = reinterpret_cast(buffer.data()); unsigned...

I played around with the current wasm exception handling implementation in latest chrome, using C++, emscripten and JS. I was able to throw an exception in C++ and catch it...

### Problem Statement Chrome 96 supports a new reporting API for CSP violations and other bad things. Is Sentry considering supporting this? Having a way to ingest and display these...

Type: Feature Request
Status: Backlog
Team: Ingest

Right now in C++ we have the ability to chain up a function to run after a future completes. ``` Future someAsyncFunc() { Promise promise; auto future = promise.getFuture(); std::async(std::launch_async,...

### Environment How do you use Sentry? Can repro with both Which SDK and version? Using sentry-cli v2.0.3 ### Steps to Reproduce ` % sentry-cli debug-files check some.symbols.wasm` ### Expected...

bug
need more information
component: symbols

### Environment How do you use Sentry? Can repro with both Which SDK and version? Using sentry-cli v2.0.3 ### Steps to Reproduce ` % sentry-cli debug-files check some.symbols.wasm` ### Expected...

bug
Waiting for: Product Owner