-
-
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.28.1
head repository: getsentry/sentry-javascript
compare: 7.29.0
- 16 commits
- 75 files changed
- 8 contributors
Commits on Dec 22, 2022
-
getsentry-bot committed
Dec 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 36488ec - Browse repository at this point
Copy the full SHA 36488ecView commit details
Commits on Jan 3, 2023
-
test(react): Make react unit tests silent (#6545)
Currently, we have a bunch of `console.warn()` outputs there which mess up the test logs a bit.
Configuration menu - View commit details
-
Copy full SHA for 86d3e06 - Browse repository at this point
Copy the full SHA 86d3e06View commit details -
Configuration menu - View commit details
-
Copy full SHA for a11659a - Browse repository at this point
Copy the full SHA a11659aView commit details -
ci(deps): bump JasonEtco/create-an-issue from 2.8.0 to 2.9.1 (#6634)
Bumps [JasonEtco/create-an-issue](https://github.com/JasonEtco/create-an-issue) from 2.8.0 to 2.9.1. - [Release notes](https://github.com/JasonEtco/create-an-issue/releases) - [Commits](JasonEtco/create-an-issue@1a16035...e27dddc) --- updated-dependencies: - dependency-name: JasonEtco/create-an-issue dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1f65247 - Browse repository at this point
Copy the full SHA 1f65247View commit details -
ci(deps): bump actions/stale from 3.0.14 to 7.0.0 (#6633)
* ci(deps): bump actions/stale from 3.0.14 to 7.0.0 Bumps [actions/stale](https://github.com/actions/stale) from 3.0.14 to 7.0.0. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@87c2b79...6f05e42) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for ef0016a - Browse repository at this point
Copy the full SHA ef0016aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b16ea89 - Browse repository at this point
Copy the full SHA b16ea89View commit details -
Configuration menu - View commit details
-
Copy full SHA for a23bda5 - Browse repository at this point
Copy the full SHA a23bda5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b1bcaf - Browse repository at this point
Copy the full SHA 3b1bcafView commit details -
feat(nextjs): Send events consistently on platforms that don't suppor…
…t streaming (#6578)
Luca Forstner authoredJan 3, 2023 Configuration menu - View commit details
-
Copy full SHA for 371d42d - Browse repository at this point
Copy the full SHA 371d42dView commit details
Commits on Jan 4, 2023
-
ref(replay): Replace
lodash.debouncewith custom debounce implement……ation (#6593) Replace lodash's `debounce` function with a custom, minimal implementation that - Delays the function invocation by a `wait` time and gate it with a `maxWait` value - Provides the return value of the invocation for subsequent debounced function calls - Provides a `flush` and `cancel` function on the debounced function (analogously to lodash). - Invokes the function _after_ the wait/maxwait time triggered (i.e. on the trailing edge). Lodash allows to choose between the leading and trailing edge, which makes the implementation much more complicated than for us necessary - Works for functions _without_ parameters. By not supporting args, we can further cut down bundle size. (We might want to revisit this in the future but for now, this should do). With this change, we can also get rid of the package patch we introduced in #6551 and of the `commonjs()` plugin in our build process.
Configuration menu - View commit details
-
Copy full SHA for 23a7d0b - Browse repository at this point
Copy the full SHA 23a7d0bView commit details -
fix(tracing): Don't finish React Router 6
pageloadtransactions ear……ly (#6609) Co-authored-by: Onur Temizkan <onur@narval.co.uk>
Configuration menu - View commit details
-
Copy full SHA for 65cd080 - Browse repository at this point
Copy the full SHA 65cd080View commit details -
Configuration menu - View commit details
-
Copy full SHA for b674c26 - Browse repository at this point
Copy the full SHA b674c26View commit details -
ref(replay): Extract flush min and max delay default values to consta…
…nts (#6612) Extract the default values of flush min and max delays into constants
Configuration menu - View commit details
-
Copy full SHA for b03a32b - Browse repository at this point
Copy the full SHA b03a32bView commit details -
feat(core): Add
getSdkMetadatatoClient(#6643)Add a new method to the `Client` interface: `getSdkMetadata`. We can use this method in the Replay package to avoid accessing `client.getOptions()._metadata`, which previously caused broken CDN bundles which we hot-fixed with #6600. This change now properly fixes this issue by simply not accessing this "private" field anymore.
Configuration menu - View commit details
-
Copy full SHA for c157f86 - Browse repository at this point
Copy the full SHA c157f86View commit details -
meta: Update changelog for 7.29.0 (#6652)
Luca Forstner authoredJan 4, 2023 Configuration menu - View commit details
-
Copy full SHA for d1934af - Browse repository at this point
Copy the full SHA d1934afView commit details -
Configuration menu - View commit details
-
Copy full SHA for a06f95e - Browse repository at this point
Copy the full SHA a06f95eView 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.28.1...7.29.0