Skip to content

Adjustments for ember-v2 branch#2

Open
mydea wants to merge 11 commits into
aklkv:feat/ember-v2-formatfrom
getsentry:fn/ember-v2-adjustments
Open

Adjustments for ember-v2 branch#2
mydea wants to merge 11 commits into
aklkv:feat/ember-v2-formatfrom
getsentry:fn/ember-v2-adjustments

Conversation

@mydea
Copy link
Copy Markdown

@mydea mydea commented May 18, 2026

This PR adds some adjustments to the getsentry#19229 PR branch:

  1. Run yarn fix at repo root to ensure consistent formatting
  2. Streamline stuff a bit, esp. around timing and the browser tracing integration. There were some quirks there apparently with the setTimeout approach in a strict resolver app. This PR changes the behavior to always start the pageload span immediately, even if no router/location is available yet, and simply updates this when it gets the data later. this is more aligned with other SDKs as well and should be safer too, it seems to work in all ember test apps.
  3. Add a ember-strict-resolver test app and remove the demo app from the ember package itself.
  4. fix the ember-vite test app
  5. Add a instrumentEmberAppPerformance export as core utility to use
  6. Removed loads of dependencies we no longer need for the core ember package

};
}

// Manually register instance initializers
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no idea if there is another way to make this work, couldn't find any docs or examples around this, but this seems to work...

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

Successfully merging this pull request may close these issues.

1 participant