Lorenzo Cian

Results 48 comments of Lorenzo Cian

This would likely require using the Windows API directly, as I don't see a way to retrieve this information with `os_info` (the crate we're currently using to get the version)...

Nice, thank you! I was also checking that API but I don't see any mention of Windows 11 there for example.

Hi @zmitchell , thanks for opening this issue and giving it a try. If you check the develop docs for this feature https://develop.sentry.dev/sdk/data-model/envelope-items/#user-feedback it's mentioned that user feedback is an...

Hey @x93008, we haven't received a PR to implement this feature yet. I'm happy to review it if @zmitchell or you want to contribute it.

Hi @benjaminjellis @ethiril As shown in the log, it seems that the client guard was dropped (and therefore the client closed) when you didn't expect it to. However, this should...

Closing this issue as it's been inactive for 3 weeks and it's not actionable for us if we don't have more information. It doesn't seem to be a bug in...

Just tested this and the SDK works as intended in this aspect. ```rust use axum::routing; use axum::{extract::Request, Router}; use sentry::User; use tower; async fn handler() -> String { sentry::configure_scope(|scope| {...

There's also `~/.config/Cursor`. Removing this directory along with the others mentioned in this issue allowed me to get a clean start (Linux).

I don't encounter this issue when installing from pypi, whereas I get the same error if I clone the repo (currently at commit 1163a372a61cf84d110160c1711892b9b689d1d3) and run `scripts/build_frontend.sh`.

> Hmm I see, thanks for confirming @lcian. We'll look into it. For now, you could try seeing if setting `ENV NODE_OPTIONS=--max_old_space_size=2048` locally fixes it for you Yep, that works,...