You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Visualized and in this Debugging Dashboard with clickable links to all the data for convenience
Jan 25 v7.77.0 - I opened the first 4 events in the widget and it was still working ✔️
Jan 30 v7.93.0 I opened the first 4events and it’s no longer working ❌
Context
My 3 pageload transactions for /products, none of which have both .mount and .update nested anymore. I couldn’t produce any yesterday (Feb14th) either. Not sure if it occasionally works or never works at all anymore.
Our Sentry.init code
Our ProductCard component wrapped withProfiler
App link (ask us for it in Slack, or check the Sentry transaction links for the URL)
How to Reproduce:
go to the Applink for the /products page
pass se=yourname as a query param like /products?se=yourname
go to our demo org and filter for your /products transactions by tag se=yourname
Problem
What happen to the ui.react.mount and ui.react.update spans both being captured and nested inside the
<ProductCard>
?Looks like around Jan26th when 7.93.0 was adopted, it stopped working. Here is the Pull Request that introduced 7.93.0 https://github.com/sentry-demos/empower/pull/376/files
Visualized and in this Debugging Dashboard with clickable links to all the data for convenience
Jan 25 v7.77.0 - I opened the first 4 events in the widget and it was still working ✔️
Jan 30 v7.93.0 I opened the first 4events and it’s no longer working ❌
Context
My 3 pageload transactions for /products, none of which have both .mount and .update nested anymore. I couldn’t produce any yesterday (Feb14th) either. Not sure if it occasionally works or never works at all anymore.
Our Sentry.init code
Our ProductCard component wrapped withProfiler
App link (ask us for it in Slack, or check the Sentry transaction links for the URL)
How to Reproduce:
se=yourname
as a query param like/products?se=yourname
se=yourname
Expected Behavior
link
Actual Behavior
The text was updated successfully, but these errors were encountered: