-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
meta: Update CHANGELOG for 7.48.0 #7837
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Gitflow] Merge master into develop
We want to generally import from `@sentry/browser`, and just have one specific test to import from `@sentry/replay`.
…nsport options (#7775) Our `transportOptions` init field currently isn't typed correctly to accept `BrowserOfflineTransportOptions`, causing type errors when trying to configure the offline transport. This patch fixes this bug by making `BrowserTransportOptions` extend `BrowserOfflineTransportOptions`.
This should be sent with each segment now.
Co-authored-by: Lukas Stracke <[email protected]>
Add the `sentrySvelteKitPlugin` vite plugin to the SvelteKit SDK which will replace the `withSentryViteConfig` wrapper. Currently, this plugin does exactly what the wrapper is doing, namely, adding the injectInitPlugin. In the future, this plugin will add the source maps plugin.
Remove the `withSentryViteConfig` wrapper in favour of `sentrySvelteKitPlugin` introduced in #7788.
This PR removes the `injectInitPlugin` which means that initialization of the SDK via dedicated files is no longer supported. To initialized the SDK, the `hooks.(client|server).js` should be used, as already documented in the `README`.
Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 1.15.1 to 1.15.2. - [Release notes](https://github.com/sveltejs/kit/releases) - [Changelog](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md) - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/kit) --- updated-dependencies: - dependency-name: "@sveltejs/kit" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
…on (#7804) Co-authored-by: Abhijeet Prasad <[email protected]>
Add a customized version of the Sentry Vite plugin to the SvelteKit SDK. Rework the SDK's build API: * Instead of having a super plugin that adds our other plugins (this doesn't work), we now export a factory function that returns an array of plugins. [SvelteKit also creates its plugins](https://github.com/Lms24/kit/blob/f7de9556319f652cabb89dd6f17b21e25326759c/packages/kit/src/exports/vite/index.js#L114-L143) this way. * The currently only plugin in this array is the customized Vite plugin. The customized Vite plugin differs from the Vite plugin as follows: * It only runs on builds (not on the dev server) * It tries to run as late as possible by setting `enforce: 'post'` * It uses the `closeBundle` hook instead of the `writeBundle` hook to upload source maps. * This is because the SvelteKit adapters also run only at closeBundle but luckily before our plugin * It uses the `configure` hook to enable source map generation * It flattens source maps before uploading them * We to flatten them (actually [`sorcery`](https://github.com/Rich-Harris/sorcery) does) to work around [weird source maps generation behaviour](sveltejs/kit#9608).
Co-authored-by: Francesco Novy <[email protected]>
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v3.0.4...v3.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
AbhiPrasad
reviewed
Apr 13, 2023
…#7831) Add the `RewriteFrames` integration to match the server-side stack frames with the uploaded source maps.
…ame module (#7835) Add a custom `RewriteFrames` iteratee to the server SDK which * Does exactly the same thing as the default iteratee if simply initializiung `RewriteFrames()` without custom options * Removes the `module` field from each stack frame
Lms24
force-pushed
the
prepare-release/7.48.0
branch
from
April 13, 2023 13:11
c9ba163
to
9e690af
Compare
|
…7846) Previously, a project build would crash when users didn't specify org, project slugs or auth tokens. This patch fixes that by catching the error and providing additional information to the Sentry CLI error message.
Apply suggestions from code review Co-authored-by: Abhijeet Prasad <[email protected]> links links links update SvelteKit section add remaining entries
Lms24
force-pushed
the
prepare-release/7.48.0
branch
from
April 13, 2023 13:45
9e690af
to
a4bb082
Compare
lforst
approved these changes
Apr 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Rendered readme: https://github.com/getsentry/sentry-javascript/blob/a4bb082bd4e0472ba0f478c12fdb47e0cec0af32/CHANGELOG.md