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: develop@{1day}
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: develop
Choose a head ref
  • 4 commits
  • 19 files changed
  • 3 contributors

Commits on Jun 8, 2026

  1. feat(core): Default dataCollection.httpBodies to all valid body typ…

    …es (#21352)
    
    Updates the `dataCollection.httpBodies` spec default from `[]` (off) to
    all four valid body types (`incomingRequest`, `outgoingRequest`,
    `incomingResponse`, `outgoingResponse`), per the updated DataCollection
    spec (getsentry/sentry-docs#18276).
    
    This new default applies **only when a user explicitly sets the
    `dataCollection` option**. The `sendDefaultPii` bridge is left
    untouched.
    chargome authored Jun 8, 2026
    Configuration menu
    Copy the full SHA
    68d4839 View commit details
    Browse the repository at this point in the history
  2. fix(core): Use safeDateNow calls for new Date() reads (#21351)

    Several spots in core read the ambient clock directly via a bare `new
    Date()`. In Next.js Cache Components this throws a
    `next-prerender-current-time` violation, breaking
    `captureException`/`captureMessage` in dev and at runtime during
    ISR/on-demand revalidation.
    
    closes #21333
    chargome authored Jun 8, 2026
    Configuration menu
    Copy the full SHA
    f0b56b2 View commit details
    Browse the repository at this point in the history
  3. feat(core): Change default of dataCollection.userInfo to true (#2…

    …1348)
    
    Changes the default of `dataColelction.userInfo` to `true`.
    
    Closes #21345
    s1gr1d authored Jun 8, 2026
    Configuration menu
    Copy the full SHA
    5b81b41 View commit details
    Browse the repository at this point in the history
  4. chore: Bump volta node version from 20.19.2 to 20.19.5 (#21359)

    Our aws-serverless layer build failed because `pkg-entry-points@1.1.2`
    requires Node >= 20.19.5.
    
    This should not affect the SDK builds.
    andreiborza authored Jun 8, 2026
    Configuration menu
    Copy the full SHA
    4819c44 View commit details
    Browse the repository at this point in the history
Loading