Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React Component Profiler - Spans Are Missing #401

Open
thinkocapo opened this issue Feb 16, 2024 · 0 comments
Open

React Component Profiler - Spans Are Missing #401

thinkocapo opened this issue Feb 16, 2024 · 0 comments

Comments

@thinkocapo
Copy link
Contributor

thinkocapo commented Feb 16, 2024

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:

  1. go to the Applink for the /products page
  2. pass se=yourname as a query param like /products?se=yourname
  3. go to our demo org and filter for your /products transactions by tag se=yourname

Expected Behavior

link
image

Actual Behavior

image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant