Bump cookie and @sentry/node
Removes cookie. It's no longer used after updating ancestor dependency @sentry/node. These dependencies need to be updated together.
Removes cookie
Updates @sentry/node from 5.29.2 to 8.35.0
Release notes
Sourced from @sentry/node's releases.
8.35.0
Beta release of the official Nuxt Sentry SDK
This release marks the beta release of the
@sentry/nuxtSentry 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
--importflag. 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 yournuxt.config.tsand use the--importflag instead:sentry: { dynamicImportForServerEntry: false; }
- feat(nuxt): Respect user-provided source map generation settings (#14020)
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:
export default defineNuxtConfig({ sourcemap: { client: true, }, });
- feat(nuxt): Log server instrumentation might not work in dev (#14021)
- feat(nuxt): Add Http
responseHookwithwaitUntil(#13986)Important Changes
- feat(vue): Add Pinia plugin (#13841)
Support for Pinia is added in this release for
@sentry/vue. To capture Pinia state data, addcreateSentryPiniaPlugin()to your Pinia store:import { createPinia } from 'pinia'; import { createSentryPiniaPlugin } from '@sentry/vue';const pinia = createPinia();
</tr></table>
... (truncated)
Changelog
Sourced from @sentry/node's changelog.
8.35.0
Beta release of the official Nuxt Sentry SDK
This release marks the beta release of the
@sentry/nuxtSentry 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
--importflag. 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 yournuxt.config.tsand use the--importflag instead:sentry: { dynamicImportForServerEntry: false; }
- feat(nuxt): Respect user-provided source map generation settings (#14020)
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:
export default defineNuxtConfig({ sourcemap: { client: true, }, });
- feat(nuxt): Log server instrumentation might not work in dev (#14021)
- feat(nuxt): Add Http
responseHookwithwaitUntil(#13986)Important Changes
- feat(vue): Add Pinia plugin (#13841)
Support for Pinia is added in this release for
@sentry/vue. To capture Pinia state data, addcreateSentryPiniaPlugin()to your Pinia store:
... (truncated)
Commits
4e33b54release: 8.35.043a6afeMerge pull request #14022 from getsentry/prepare-release/8.35.0f4ba039meta(changelog): Update changelog for 8.35.0f358790test(e2e): Pin deps in Astro Cloudflare E2E test (#14030)2648ef6test(e2e): Add event proxy option to allow for event dumps (#13998)ab28544feat(nuxt): Log server instrumentation might not work in dev (#14021)54d286bfeat(nuxt): Respect user-provided source map generation settings (#14020)96526c2docs(nuxt): Add beta readme (#13979)d3847b4perf(node): Truncate breadcrumb messages created by console integration (#14006)77b3355fix(replay): Ignore older performance entries when starting manually (#13969)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
| Package | New capabilities | Transitives | Size | Publisher |
|---|---|---|---|---|
| npm/@sentry/[email protected] | environment, unsafe Transitive: filesystem | +66 |
23.5 MB | sentry-bot |
🚮 Removed packages: npm/@sentry/[email protected], npm/[email protected]