Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getsentry/sentry-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.75.0
Choose a base ref
...
head repository: getsentry/sentry-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.75.1
Choose a head ref
  • 8 commits
  • 48 files changed
  • 5 contributors

Commits on Oct 24, 2023

  1. Merge branch 'release/7.75.0'

    getsentry-bot committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    68660ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9345 from getsentry/master

    [Gitflow] Merge master into develop
    github-actions[bot] authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    f77bb6e View commit details
    Browse the repository at this point in the history
  3. 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.
    JonasBa authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    81c9651 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6d66b5 View commit details
    Browse the repository at this point in the history
  5. 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.
    JonasBa authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    c7b8c02 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. meta(changelog): Update changelog for 7.75.1

    Luca Forstner committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    6fa0d7c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9361 from getsentry/prepare-release/7.75.1

    meta(changelog): Update changelog for 7.75.1
    Luca Forstner authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    70598d6 View commit details
    Browse the repository at this point in the history
  3. release: 7.75.1

    getsentry-bot committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    538890b View commit details
    Browse the repository at this point in the history
Loading