Thanks to visit codestin.com
Credit goes to github.com

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.4.1
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.5.1
Choose a head ref
  • 13 commits
  • 48 files changed
  • 6 contributors

Commits on Jul 1, 2022

  1. Merge branch 'release/7.4.1'

    getsentry-bot committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    1c7d56b View commit details
    Browse the repository at this point in the history
  2. feat(sdk): Add sendDefaultPii option to the JS SDKs (#5341)

    Add the `sendDefaultPii` option to the JS SDKs. This patch only adds the flag but functionality will be introduced in future PRs
    Lms24 authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    e2fca9c View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Configuration menu
    Copy the full SHA
    259b4f8 View commit details
    Browse the repository at this point in the history
  2. ref(tracing): Only add user_id to DSC if sendDefaultPii is true (

    …#5344)
    
    Add the check if `sendDefaultPii` is set to `true` before adding the `user_id` when populating DSC.
    Additionally, add some tests to check for the changed behaviour.
    Conforms with Sentry Dev Spec for handling sensitive data in DSC: https://develop.sentry.dev/sdk/performance/dynamic-sampling-context/#handling-sensitive-data-and-pii
    Lms24 authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    d52374e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    956ea56 View commit details
    Browse the repository at this point in the history
  4. fix(remix): Sourcemaps upload script is missing in the tarball (#5356)

    Add the sourcemaps upload script to the tarball, which required the following changes:
    * Add a package-specific `prepack.ts` script which is invoked by the main `prepack.ts` script. This is similar to how we do it with the Gatsby SDK where - just as with Remix - we need to copy over additional files to the `build` directory that are not part of our other packages. The newly added files are:
      * `scripts/sentry-upload-sourcemaps.js`
      * `scripts/createRelease.js`
    * Add a package-specific `.npmignore` which extends the root level `.npmignore` file to not ignore the `scripts` directory in the `build` directory.
    Lms24 authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    7a0e72e View commit details
    Browse the repository at this point in the history
  5. docs(remix): Adjust wording in Remix README (#5357)

    Luca Forstner authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    e8b68e1 View commit details
    Browse the repository at this point in the history
  6. meta: Add CHANGELOG for 7.5.0 (#5354)

    Co-authored-by: Lukas Stracke <[email protected]>
    Luca Forstner and Lms24 authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    fb5f079 View commit details
    Browse the repository at this point in the history
  7. release: 7.5.0

    getsentry-bot committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    398e12c View commit details
    Browse the repository at this point in the history
  8. Merge branch 'release/7.5.0'

    getsentry-bot committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    815801a View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. ref(tracing): Remove transaction name and user_id from DSC (#5363)

    This patch temporarily removes the `user_id` and `transaction` (name) fields from the dynamic sampling context, meaning they will no longer propagated with outgoing requests via the baggage Http header or sent to sentry via the `trace` envelope header.
    
    We're taking this temporary measure to ensure that for the moment PII is not sent to third parties.
    Lms24 authored Jul 5, 2022
    Configuration menu
    Copy the full SHA
    f372d84 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    d0f02e2 View commit details
    Browse the repository at this point in the history
  2. release: 7.5.1

    getsentry-bot committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    866a4d0 View commit details
    Browse the repository at this point in the history
Loading