Nikita Korolev

Results 66 comments of Nikita Korolev

I suspect that code ```js columnTitles = [ ...columnTitles.slice(0, 5), { title: 'ttid' }, ...columnTitles.slice(5, 0), ]; ``` Instead of just inserting "ttid" in the middle loose last part of...

Well. I initially created issue in https://github.com/getsentry/sentry because it looks like js issue not specific to self-hosted.

Thank you, I'll come to discord.

So problem is in combination of `organizations:mobile-vitals` flag and https://github.com/getsentry/sentry/issues/94014 bug

> Setup Guide for 25.5.1 Hi! Looks like following flags were removed * `performance-trace-explorer-sorting` https://github.com/getsentry/sentry/pull/84024/files * `organizations:issue-details-new-performance-trace-view` https://github.com/getsentry/sentry/pull/88758/files * `organizations:visibility-explore-admin` https://github.com/getsentry/sentry/pull/93660/files * `organizations:visibility-explore-progressive-loading` https://github.com/getsentry/sentry/pull/93660/files * `organizations:visibility-explore-skip-preflight` https://github.com/getsentry/sentry/pull/93660/files * `organizations:visibility-explore-tabs` https://github.com/getsentry/sentry/pull/93660/files...

Just to be clear > Make sure you have enough storage, since this will be dual-writing the spans data to two ClickHouse tables. Will it be like this forever or...

Sure. I want to setup failover for redis connection. Sentinel is way simpler than redis cluster and supports `select db` statement so i can point whole sentry stack to the...

Sadly I never touched rust. I'll better leave it to someone else. Thank you!

Hi! Could you look at #4979?

Thank you! It works and also extracts docstrings from a top of the module now.