fix(onboarding): Update Ember onboarding for SDK v11 - #123896
Draft
JPeer264 wants to merge 1 commit into
Draft
Conversation
Add an explicit performance instance initializer when tracing is selected, as the v2 addon no longer registers instrumentation automatically. Keep loadInitializers in the application setup so the initializer runs. Replace timer-based verification with a clickable Ember component that sends selected logs and metrics before throwing a test error. Add regression coverage for setup, tracing selection, and verification. Co-authored-by: Cursor <cursoragent@cursor.com>
andreiborza
reviewed
Sep 9, 2026
| type: 'text', | ||
| text: tct( | ||
| 'You should [code:init] the Sentry SDK as soon as possible during your application load up in [code:app.js], before initializing Ember:', | ||
| 'Initialize Sentry in [code:app/app.js], before the Application class. Keep the [code:loadInitializers] call so Ember loads your initializers:', |
Member
There was a problem hiding this comment.
m: I think we don't need to change anything in the onboarding config. The only relevant changes are the small updates to the verify script.
There's no need to call out the loadInitializers or reword the sentence we had before.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes SDK-1433
Add an explicit performance instance initializer when tracing is selected, as the v2 addon no longer registers instrumentation automatically. Keep loadInitializers in the application setup so the initializer runs.
Replace timer-based verification with a clickable Ember component that sends selected logs and metrics before throwing a test error. Add regression coverage for setup, tracing selection, and verification.