-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: getsentry/sentry-javascript
base: 6.19.3
head repository: getsentry/sentry-javascript
compare: 6.19.4
- 15 commits
- 68 files changed
- 6 contributors
Commits on Mar 30, 2022
-
getsentry-bot committed
Mar 30, 2022 Configuration menu - View commit details
-
Copy full SHA for 68fa16c - Browse repository at this point
Copy the full SHA 68fa16cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d9c2bf - Browse repository at this point
Copy the full SHA 8d9c2bfView commit details
Commits on Mar 31, 2022
-
ref(build): Add
build/types
to tarballs and adjusttypes
entry po……ints (#4824) * All tarballs now include the `build/types` directory. All `.npmignore`s were adjusted to include this directory. * The `types` entry point in all `package.json`s are now adjusted to the new types directory Proper bugfix for 6.19.0 regression: With PR #4724, we introduced separate building of type declaration files which would be written to `<sdk>/build/types`. Furthermore, we adjusted the `types` entry point in the `package.json`s to this new directory. To avoid a breaking change, we kept type declarations in `dist` and `esm`. However, a bug in this PR caused a small regression in most of our SDKs: The new types directory was not included in most of our SDK tarballs. Subsequently, we released a hot fix via #4745 which simply reset the entry points back to their previous path (`dist/index.d.ts`) in all SDKs. Additional adjustments w.r.t. creating tarballs to improve consistency: * Browser: Adjusted `postbuild.sh` to copy `.npmignore` to `./build` * Gatsby: Use `.npmignore` instead of `files` property in `package.json` * Utils: Changed `.npmignore` to be more similar to our other packages * WASM: Changed `.npmignore` to be more similar to our other packages * Next.js: Added `.npmignore`
Configuration menu - View commit details
-
Copy full SHA for faaacb8 - Browse repository at this point
Copy the full SHA faaacb8View commit details -
feat(react): Add React 18 as peer dep (#4819)
- Update peer dependency of `@sentry/react` to include React 18' - Update peer dependency of `@sentry/gatsby` to include React 18 - Upgrade to `@testing-library/react` v13 - Bump dev deps for React 18 - Remove unused `react-test-renderer` dep - Update tests to use `act()`: https://reactjs.org/docs/test-utils.html#act
Configuration menu - View commit details
-
Copy full SHA for db661b4 - Browse repository at this point
Copy the full SHA db661b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2934a73 - Browse repository at this point
Copy the full SHA 2934a73View commit details -
Configuration menu - View commit details
-
Copy full SHA for e134014 - Browse repository at this point
Copy the full SHA e134014View commit details -
ref(dev): Run linter on scripts (#4834)
Because SDK developers running Windows [can't run our bash scripts[1], we recently decided to move to using TypeScript instead. To make this easier, this extends the domain of our `eslint` and `prettier` checks to include all `scripts` folders. It also fixes a few linting errors which doing so brought to light. [1] #4720
Configuration menu - View commit details
-
Copy full SHA for 5542518 - Browse repository at this point
Copy the full SHA 5542518View commit details -
fix(build): Ensure full stacktraces when running
rollup
(#4833)By default, node [cuts stacktraces down to the final 10 frames[1]. Sometimes, though, the stuff you're interested in is below that. This removes the cap for errors generated when running `rollup` (which turned out to be necessary to diagnose a problem encountered during work on the new build process). [1] https://nodejs.org/api/errors.html#errorstacktracelimit
Configuration menu - View commit details
-
Copy full SHA for 827fcc8 - Browse repository at this point
Copy the full SHA 827fcc8View commit details
Commits on Apr 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4793df5 - Browse repository at this point
Copy the full SHA 4793df5View commit details -
ref(build): Stop building Vue CDN bundles by default (#4839)
Vue are not uploaded as build artifacts or published to our CDN. Therefore it is not necessary to build them by default (i.e. every time when when running yarn build). remove bundle creation from the yarn build(:watch) scripts so that they are not built anymore by default. It is still possible to build them by explicitly by running yarn build:bundle(:watch).
Configuration menu - View commit details
-
Copy full SHA for 43e861d - Browse repository at this point
Copy the full SHA 43e861dView commit details
Commits on Apr 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 589bbb3 - Browse repository at this point
Copy the full SHA 589bbb3View commit details -
fix(build): Find release branches correctly (#4844)
Use `refs/heads/release/` instead of `release` when comparing against `github.ref` to see if size-check should be run. Needed to unblock next release.
Configuration menu - View commit details
-
Copy full SHA for 031bebd - Browse repository at this point
Copy the full SHA 031bebdView commit details -
chore(dev): Unlinkify changelog (#4846)
GH now automatically linkifies PR numbers in changelogs, so we don't have to do it ourselves. This removes the manual links from the changelog and the linkifying step from the changelog instructions.
Configuration menu - View commit details
-
Copy full SHA for 66509fd - Browse repository at this point
Copy the full SHA 66509fdView commit details -
fix(build): Raise time limit for build to 20 minutes (#4847)
All of the changes happening to the build process (and all of the new bundles we're producing) mean that sometimes the build step is failing because it times out. While in the long run we should fix the build to be faster, in the short run, this ups the time limit, so at least CI won't error out unnecessarily.
Configuration menu - View commit details
-
Copy full SHA for 5f35839 - Browse repository at this point
Copy the full SHA 5f35839View commit details -
Configuration menu - View commit details
-
Copy full SHA for 261f2e4 - Browse repository at this point
Copy the full SHA 261f2e4View commit details
There are no files selected for viewing