This release marks the beta release of the @sentry/nuxt Sentry SDK. For details on how to use it, check out the
Sentry Nuxt SDK README. Please reach out on
GitHub if you have any feedback or concerns.
feat(nuxt): Make dynamic import() wrapping default (#13958) (BREAKING)
feat(nuxt): Add Rollup plugin to wrap server entry with import() (#13945)
It is no longer required to add a Node --import flag. Please update your start command to avoid initializing Sentry
twice (BREAKING CHANGE). The SDK will now apply modifications during the build of your application to allow for
patching of libraries during runtime. If run into issues with this change, you can disable this behavior in your
nuxt.config.ts and use the --import flag instead:
We now require you to explicitly enable sourcemaps for the clientside so that Sentry can un-minify your errors. We made
this change so source maps aren't accidentally leaked to the public. Enable source maps on the client as follows:
This release marks the beta release of the @sentry/nuxt Sentry SDK. For details on how to use it, check out the
Sentry Nuxt SDK README. Please reach out on
GitHub if you have any feedback or concerns.
feat(nuxt): Make dynamic import() wrapping default
(#13958) (BREAKING)
feat(nuxt): Add Rollup plugin to wrap server entry with import()
(#13945)
It is no longer required to add a Node --import flag. Please update your start command to avoid initializing Sentry
twice (BREAKING CHANGE). The SDK will now apply modifications during the build of your application to allow for
patching of libraries during runtime. If run into issues with this change, you can disable this behavior in your
nuxt.config.ts and use the --import flag instead:
We now require you to explicitly enable sourcemaps for the clientside so that Sentry can un-minify your errors. We made
this change so source maps aren't accidentally leaked to the public. Enable source maps on the client as follows:
This release updates the underlying Sentry JavaScript SDKs to v8 which includes a number of breaking changes, including
removal of APIs deprecated in the previous major version. The aim of these changes is to improve our performance
monitoring APIs, integrations API, and ESM support.
This release updates the underlying Sentry JavaScript SDKs to v8 which includes a number of breaking changes, including
removal of APIs deprecated in the previous major version. The aim of these changes is to improve our performance
monitoring APIs, integrations API, and ESM support.
This release updates the underlying Sentry JavaScript SDKs to v8 which includes a number of breaking changes, including
removal of APIs deprecated in the previous major version. The aim of these changes is to improve our performance
monitoring APIs, integrations API, and ESM support.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/heliomarpm/udemy-downloader-gui/network/alerts).
Bumps @sentry/browser to 8.35.0 and updates ancestor dependency @sentry/electron. These dependencies need to be updated together.
Updates
@sentry/browser
from 7.112.0 to 8.35.0Release notes
Sourced from
@sentry/browser
's releases.... (truncated)
Changelog
Sourced from
@sentry/browser
's changelog.... (truncated)
Commits
4e33b54
release: 8.35.043a6afe
Merge pull request #14022 from getsentry/prepare-release/8.35.0f4ba039
meta(changelog): Update changelog for 8.35.0f358790
test(e2e): Pin deps in Astro Cloudflare E2E test (#14030)2648ef6
test(e2e): Add event proxy option to allow for event dumps (#13998)ab28544
feat(nuxt): Log server instrumentation might not work in dev (#14021)54d286b
feat(nuxt): Respect user-provided source map generation settings (#14020)96526c2
docs(nuxt): Add beta readme (#13979)d3847b4
perf(node): Truncate breadcrumb messages created by console integration (#14006)77b3355
fix(replay): Ignore older performance entries when starting manually (#13969)Updates
@sentry/electron
from 4.24.0 to 5.7.0Release notes
Sourced from
@sentry/electron
's releases.Changelog
Sourced from
@sentry/electron
's changelog.Commits
8931aab
release: 5.7.0bb329a1
chore: Update changelog for 5.7.0 release (#1005)5dbbd8d
test: New Electron versions (#999)4309cf6
chore: Updatebusboy
used in test server (#1004)fe300c7
chore: Update deps to fix dependabot alerts (#1003)f035157
build(deps): Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /examples/elec...3bb1159
feat: Update to v8.35.0 of the JavaScript SDKs (#1000)2c4c9dd
test: Electron v33 (#997)34ce4f1
test: New Electron versions (#989)e287a79
test: New Sentry SDK version (#996)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show