Tim Fish

Results 403 comments of Tim Fish

This is a node issue but it might affect other platforms since it's entirely related to how App Not Responding errors are captured. When we detect that the main event...

Deno only supports native add-ons via a [Rust re-implementation](https://github.com/denoland/deno/tree/main/cli/napi) of Node-API and I don't think there's [any plan](https://github.com/denoland/deno/discussions/15421) to support older NAN based native modules. Their DevTools implementation [does not...

It's nice to only build one binary per platform/arch but my understanding was that Node-API doesn't expose the required API points to be able to use it profiling.

For some reason the rollup build hangs at the end occasionally on macOS. I've seen this locally but can no longer reproduce it. It's strange because when it fails in...

My calendar must be a week out then because it says the meeting is on the 17th 🤦‍♂️ We don't necessarily need the meeting, I only added an item to...

Once [this issue](https://github.com/getsentry/publish/issues/4142) closes, v5.3.0 of the Electron SDK will be published and you can use v8.20.0 of the JavaScript SDKs with it.

Yep, understood. I guess this applies to the cli too which uses the same injected code?

I haven't updated the e2e snapshots and couldn't get them to run locally so guess they'll fail if they had run. If I push a branch on this repo rather...

Perfect, it looks like the integration tests are all passing with the supported Node versions.

I agree with much of what's been said already! It seems like one one of the main reasons to integrate otel into Node is because `diagnostics_channel` use hasn't become ubiquitous...