-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Comparing changes
Open a pull request
base repository: getsentry/sentry-javascript
base: 7.75.0
head repository: getsentry/sentry-javascript
compare: 7.75.1
- 8 commits
- 48 files changed
- 5 contributors
Commits on Oct 24, 2023
-
getsentry-bot committed
Oct 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 68660ac - Browse repository at this point
Copy the full SHA 68660acView commit details -
Merge pull request #9345 from getsentry/master
[Gitflow] Merge master into develop
Configuration menu - View commit details
-
Copy full SHA for f77bb6e - Browse repository at this point
Copy the full SHA f77bb6eView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 81c9651 - Browse repository at this point
Copy the full SHA 81c9651View commit details -
fix(nextjs): Use webpack plugin release value to inject release (#9348)
Luca Forstner authoredOct 24, 2023 Configuration menu - View commit details
-
Copy full SHA for f6d66b5 - Browse repository at this point
Copy the full SHA f6d66b5View commit details -
fix(browser): correct timestamp on pageload profiles (#9350)
Since there is an unknown elapsed time between document response and profile start, setting profile timestamp = transaction start timestamp can significantly skew our profile and cause alignment issue in the product. This updates the pageload profiles to create independent timestamps.
Configuration menu - View commit details
-
Copy full SHA for c7b8c02 - Browse repository at this point
Copy the full SHA c7b8c02View commit details
Commits on Oct 25, 2023
-
meta(changelog): Update changelog for 7.75.1
Luca Forstner committedOct 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 6fa0d7c - Browse repository at this point
Copy the full SHA 6fa0d7cView commit details -
Merge pull request #9361 from getsentry/prepare-release/7.75.1
meta(changelog): Update changelog for 7.75.1
Luca Forstner authoredOct 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 70598d6 - Browse repository at this point
Copy the full SHA 70598d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 538890b - Browse repository at this point
Copy the full SHA 538890bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7.75.0...7.75.1