-
-
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.4.1
head repository: getsentry/sentry-javascript
compare: 7.5.1
- 13 commits
- 48 files changed
- 6 contributors
Commits on Jul 1, 2022
-
getsentry-bot committed
Jul 1, 2022 Configuration menu - View commit details
-
Copy full SHA for 1c7d56b - Browse repository at this point
Copy the full SHA 1c7d56bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e2fca9c - Browse repository at this point
Copy the full SHA e2fca9cView commit details
Commits on Jul 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 259b4f8 - Browse repository at this point
Copy the full SHA 259b4f8View commit details -
ref(tracing): Only add
user_idto DSC ifsendDefaultPiiistrue(……#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
Configuration menu - View commit details
-
Copy full SHA for d52374e - Browse repository at this point
Copy the full SHA d52374eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 956ea56 - Browse repository at this point
Copy the full SHA 956ea56View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 7a0e72e - Browse repository at this point
Copy the full SHA 7a0e72eView commit details -
docs(remix): Adjust wording in Remix README (#5357)
Luca Forstner authoredJul 4, 2022 Configuration menu - View commit details
-
Copy full SHA for e8b68e1 - Browse repository at this point
Copy the full SHA e8b68e1View commit details -
meta: Add CHANGELOG for 7.5.0 (#5354)
Co-authored-by: Lukas Stracke <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb5f079 - Browse repository at this point
Copy the full SHA fb5f079View commit details -
Configuration menu - View commit details
-
Copy full SHA for 398e12c - Browse repository at this point
Copy the full SHA 398e12cView commit details -
getsentry-bot committed
Jul 4, 2022 Configuration menu - View commit details
-
Copy full SHA for 815801a - Browse repository at this point
Copy the full SHA 815801aView commit details
Commits on Jul 5, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for f372d84 - Browse repository at this point
Copy the full SHA f372d84View commit details
Commits on Jul 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d0f02e2 - Browse repository at this point
Copy the full SHA d0f02e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 866a4d0 - Browse repository at this point
Copy the full SHA 866a4d0View 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.4.1...7.5.1