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: 903cabd
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: 7306479
Choose a head ref
  • 11 commits
  • 140 files changed
  • 6 contributors

Commits on Aug 28, 2023

  1. Merge branch 'release/7.65.0'

    getsentry-bot committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    79965a6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8882 from getsentry/master

    [Gitflow] Merge master into develop
    github-actions[bot] authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    06caf0d View commit details
    Browse the repository at this point in the history
  3. fix: Defer tracing decision to downstream SDKs when using SDK without…

    … performance (#8839)
    Luca Forstner authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7ed50ed View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. ref: Use consistent console instrumentation (#8879)

    While looking into logger issues, I noticed that we fill console.xxx
    multiple times. This PR changes that so that we use the console
    instrumentation from utils in all cases.
    mydea authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    ff0da3e View commit details
    Browse the repository at this point in the history
  2. fix(sveltekit): Ensure target file exists before applying auto instru…

    …mentation (#8881)
    
    In our auto instrumentation Vite plugin for SvelteKit, we read
    `+(page|layout)(.server).(js|ts)` files' code to determine if we should
    add our wrapper to the file or not. We previously didn't check for a
    file id's existence before reading the file if the id matched that
    certain pattern, wrongly assuming that these ids would always map to
    actually existing files.
    
    It seems like Vite plugins such as Houdini's plugin add file ids to the
    build for files that actually don't exist (#8846, #8854) . When our
    plugin's `load` hook was called for such an id, it then tried to access
    and read the file which caused a build error.
    
    This patch now adds a file existence guard to ensure we simply no-op for
    these files.
    Lms24 authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    e3dda4c View commit details
    Browse the repository at this point in the history
  3. ref(browser): Refactor sentry breadcrumb to use hook (#8892)

    Noticed that this is a bit tightly coupled in the browser client, and
    could be simplified by using a hook.
    mydea authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    e72c047 View commit details
    Browse the repository at this point in the history
  4. ref(tracing): Add origin to spans (#8765)

    This adds an `origin` to all spans, which defaults to `manual` but is
    set to something more meaningful for all our auto instrumentation.
    
    I tried to come up with reasonable origin names, I hope it makes sense
    everywhere 😅 Also note that this now uses a new TS feature which seems
    to be correctly transpiled to TS 3.8, as far as I can tell! 🎉
    
    Closes #8510
    
    ---------
    
    Co-authored-by: Luca Forstner <luca.forstner@sentry.io>
    Co-authored-by: Lukas Stracke <lukas.stracke@sentry.io>
    3 people authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    0fd86bc View commit details
    Browse the repository at this point in the history
  5. fix(nextjs): Fix package.json exports (#8895)

    Luca Forstner authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    fe2c801 View commit details
    Browse the repository at this point in the history
  6. meta(changelog): Update changelog for 7.66.0

    Luca Forstner committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    cf95612 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #8896 from getsentry/prepare-release/7.66.0

    meta(changelog): Update changelog for 7.66.0
    Luca Forstner authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    6272f7c View commit details
    Browse the repository at this point in the history
  8. release: 7.66.0

    getsentry-bot committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7306479 View commit details
    Browse the repository at this point in the history
Loading