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: b616811
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: eeccd6e
Choose a head ref
  • 8 commits
  • 45 files changed
  • 5 contributors

Commits on Dec 16, 2022

  1. Merge branch 'release/7.27.0'

    getsentry-bot committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    2a063d9 View commit details
    Browse the repository at this point in the history
  2. fix(nextjs): Pass this through wrappers (#6572)

    Luca Forstner authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    2fa11eb View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. fix(nextjs): Export Replay from index.server.ts to avoid TS error (#…

    …6577)
    
    This patch fixes a TypeScript error when using the `Replay` integration exported from the NextJS SDK (>= 7.27.0). Because our SDK tells TS that it should import types from `index.server.ts`, TS doesn't find the Replay integration class although it's correctly exported from `indext.client.ts`. 
    
    Note: even without this change, Replay works in NextJS, it just fixes just a TS error.
    Lms24 authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    6a275c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    604cbf1 View commit details
    Browse the repository at this point in the history
  2. feat(nextjs): Check for Vercel Edge Function GA (#6565)

    Luca Forstner authored Dec 20, 2022
    Configuration menu
    Copy the full SHA
    6e27ce9 View commit details
    Browse the repository at this point in the history
  3. ref(types): Add undefined as possible event type (#6584)

    Setting an `Event`'s property `type: undefined`, like we do in the SDK for `ErrorEvent`s causes a TS error, whenever the recommended `exactOptionalPropertyTypes` TS option is enabled. This option was introduced in TS 4.4. Since we're on TS 3.8, we couldn't catch this error. 
    
    This patch changes to `EventType` type declaration to also accept `undefined` as a value, thereby resolving the TS error.
    Lms24 authored Dec 20, 2022
    Configuration menu
    Copy the full SHA
    292cab8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d9dd02 View commit details
    Browse the repository at this point in the history
  5. release: 7.28.0

    getsentry-bot committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    eeccd6e View commit details
    Browse the repository at this point in the history
Loading