-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(browser): Allow collecting of pageload profiles (#9317)
Profiling is currently unable to profile page loads which creates a gap in the product as performance instrumentation seemingly can (via synthetic transactions) In order to bridge this gap, the plan is to provide a small JS snippet that users can insert into their document which will initialize and store a reference to the pageload profile on the sentry carrier. By doing so we can hook back into our finishTransaction codepath and send a profile associated to a transaction. Would love to hear early thoughts on this approach from SDK maintainers before I start adding test coverage.
- Loading branch information
Showing
5 changed files
with
264 additions
and
132 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.