-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.27.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: getsentry/sentry-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.28.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 45 files changed
- 5 contributors
Commits on Dec 16, 2022
-
getsentry-bot committed
Dec 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 2a063d9 - Browse repository at this point
Copy the full SHA 2a063d9View commit details -
fix(nextjs): Pass
thisthrough wrappers (#6572)Luca Forstner authoredDec 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 2fa11eb - Browse repository at this point
Copy the full SHA 2fa11ebView commit details
Commits on Dec 19, 2022
-
fix(nextjs): Export Replay from
index.server.tsto 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.
Configuration menu - View commit details
-
Copy full SHA for 6a275c0 - Browse repository at this point
Copy the full SHA 6a275c0View commit details
Commits on Dec 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 604cbf1 - Browse repository at this point
Copy the full SHA 604cbf1View commit details -
feat(nextjs): Check for Vercel Edge Function GA (#6565)
Luca Forstner authoredDec 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 6e27ce9 - Browse repository at this point
Copy the full SHA 6e27ce9View commit details -
ref(types): Add
undefinedas 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.
Configuration menu - View commit details
-
Copy full SHA for 292cab8 - Browse repository at this point
Copy the full SHA 292cab8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d9dd02 - Browse repository at this point
Copy the full SHA 4d9dd02View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeccd6e - Browse repository at this point
Copy the full SHA eeccd6eView commit details
Loading
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.27.0...7.28.0