Abhijeet Prasad

Results 706 comments of Abhijeet Prasad

Instead of using `reactComponentAnnotation`, could you set the `data-sentry-component` value yourself?

> In this example I will never get the component information because the div will hit the 80 character limit via the css selector. I think we can evaluate bumping...

We actually have a pretty robust publishing process at Sentry - no employees have access to tokens here. You can reach more about this here: https://byk.im/posts/releasing-packages/. The rest of the...

Do we have anything on the agenda to discuss?

Does this impact happen when you also include the Sentry SDK with profiling? Or when you load a page (without Sentry) with the `js-profiling` document policy?

@adriwicked are you uploading source maps? https://docs.sentry.io/platforms/javascript/guides/remix/sourcemaps/

So I assume this only happens for production builds, which means it's probably because we are unable to grab context when bundling. Are you using vite? Could you share your...

@NachoLZ are you able to provide a reproduction with a simple remix app @NachoLZ? That will help us debug further.

> I might be wrong but I think passing the config like this was an API design choice long before the offline support was added. It was done before my...