Burak Yigit Kaya
Burak Yigit Kaya
Right now we have a separate `electron` package which is only used to create electron builds from `spotlight` package. That said we also create self-contained binaries from `spotlight` package. Unifying...
Now that we started offering per-platform binaries, we should have a section on the webpage for these. Ideally with automatic platform detection too! Forked off from https://github.com/getsentry/spotlight/pull/568#issuecomment-2499740375
I think we have a good shot of doing something out of the box here with realtime updates on a flamegraph or something similar. Would probably be a challenging project...
> [!NOTE] >This patch may or may not make it to the main branch so please do not rely on this yet. You are, however, free to use it as...
Fixes #342.
Making the HTTP2 transport the default when `h2` and `httpcore` packages are installed. We've been testing this on Sentry SaaS for a while without any issues. We should promote installing...
Currently, `tar` is invoked as a regular user and without `--preserve-permissions`, and `--same-owner`. I wanted to cache some Docker volumes with `action/cache` and even after solving the permission issues with...
Came up in React Advanced. People are using crazy OTEL setups locally to develop easier. They want metrics here too. This is a big opportunity to help them.
>Full support for UI Profiling is available from version 10.27.0. Docs are updated to include the new UI Profiling mode: https://docs.sentry.io/platforms/javascript/profiling/ The `profilesSampleRate` is now deprecated in favor of `profileSessionSampleRate`....