fix(deps): update sentry-javascript monorepo to v7.30.0 #2945

Merged
konrad merged 1 commits from renovate/sentry-javascript-monorepo into main 2023-01-10 14:23:56 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@sentry/tracing (source) dependencies minor 7.29.0 -> 7.30.0
@sentry/vue (source) dependencies minor 7.29.0 -> 7.30.0

Release Notes

getsentry/sentry-javascript

v7.30.0

Compare Source

  • feat(core): Add addIntegration method to client (#​6651)
  • feat(core): Add replay_event type for events (#​6481)
  • feat(gatsby): Support Gatsby v5 (#​6635)
  • feat(integrations): Add HTTPClient integration (#​6500)
  • feat(node): Add LocalVariables integration to capture local variables to stack frames (#​6478)
  • feat(node): Check for invalid url in node transport (#​6623)
  • feat(replay): Remove replayType from tags and into replay_event (#​6658)
  • feat(transport): Return result through Transport send (#​6626)
  • fix(nextjs): Don't wrap res.json and res.send (#​6674)
  • fix(nextjs): Don't write to res.end to fix next export (#​6682)
  • fix(nextjs): Exclude SDK from Edge runtime bundles (#​6683)
  • fix(replay): Allow Replay to be used in Electron renderers with nodeIntegration enabled (#​6644)
  • fix(utils): Ignore stack frames over 1kb (#​6627)
  • ref(angular) Add error-like objects handling (#​6446)
  • ref(nextjs): Remove instrumentSever (#​6592)

Work in this release contributed by @​rjoonas, @​Naddiseo, and @​theofidry. Thank you for your contributions!


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@sentry/tracing](https://github.com/getsentry/sentry-javascript/tree/master/packages/tracing) ([source](https://github.com/getsentry/sentry-javascript)) | dependencies | minor | [`7.29.0` -> `7.30.0`](https://renovatebot.com/diffs/npm/@sentry%2ftracing/7.29.0/7.30.0) | | [@sentry/vue](https://github.com/getsentry/sentry-javascript/tree/master/packages/vue) ([source](https://github.com/getsentry/sentry-javascript)) | dependencies | minor | [`7.29.0` -> `7.30.0`](https://renovatebot.com/diffs/npm/@sentry%2fvue/7.29.0/7.30.0) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript</summary> ### [`v7.30.0`](https://github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#&#8203;7300) [Compare Source](https://github.com/getsentry/sentry-javascript/compare/7.29.0...7.30.0) - feat(core): Add `addIntegration` method to client ([#&#8203;6651](https://github.com/getsentry/sentry-javascript/issues/6651)) - feat(core): Add `replay_event` type for events ([#&#8203;6481](https://github.com/getsentry/sentry-javascript/issues/6481)) - feat(gatsby): Support Gatsby v5 ([#&#8203;6635](https://github.com/getsentry/sentry-javascript/issues/6635)) - feat(integrations): Add HTTPClient integration ([#&#8203;6500](https://github.com/getsentry/sentry-javascript/issues/6500)) - feat(node): Add `LocalVariables` integration to capture local variables to stack frames ([#&#8203;6478](https://github.com/getsentry/sentry-javascript/issues/6478)) - feat(node): Check for invalid url in node transport ([#&#8203;6623](https://github.com/getsentry/sentry-javascript/issues/6623)) - feat(replay): Remove `replayType` from tags and into `replay_event` ([#&#8203;6658](https://github.com/getsentry/sentry-javascript/issues/6658)) - feat(transport): Return result through Transport send ([#&#8203;6626](https://github.com/getsentry/sentry-javascript/issues/6626)) - fix(nextjs): Don't wrap `res.json` and `res.send` ([#&#8203;6674](https://github.com/getsentry/sentry-javascript/issues/6674)) - fix(nextjs): Don't write to `res.end` to fix `next export` ([#&#8203;6682](https://github.com/getsentry/sentry-javascript/issues/6682)) - fix(nextjs): Exclude SDK from Edge runtime bundles ([#&#8203;6683](https://github.com/getsentry/sentry-javascript/issues/6683)) - fix(replay): Allow Replay to be used in Electron renderers with nodeIntegration enabled ([#&#8203;6644](https://github.com/getsentry/sentry-javascript/issues/6644)) - fix(utils): Ignore stack frames over 1kb ([#&#8203;6627](https://github.com/getsentry/sentry-javascript/issues/6627)) - ref(angular) Add error-like objects handling ([#&#8203;6446](https://github.com/getsentry/sentry-javascript/issues/6446)) - ref(nextjs): Remove `instrumentSever` ([#&#8203;6592](https://github.com/getsentry/sentry-javascript/issues/6592)) Work in this release contributed by [@&#8203;rjoonas](https://github.com/rjoonas), [@&#8203;Naddiseo](https://github.com/Naddiseo), and [@&#8203;theofidry](https://github.com/theofidry). Thank you for your contributions! </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDAuMiIsInVwZGF0ZWRJblZlciI6IjMyLjI0MC4yIn0=-->
renovate added the
dependencies
label 2023-01-10 14:04:26 +00:00
renovate added 1 commit 2023-01-10 14:04:27 +00:00
continuous-integration/drone/pr Build is passing Details
af87a60d5f
fix(deps): update sentry-javascript monorepo to v7.30.0
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://2945-renovate-sentry-javascript-monor--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://2945-renovate-sentry-javascript-monor--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
konrad merged commit de45568a17 into main 2023-01-10 14:23:56 +00:00
konrad deleted branch renovate/sentry-javascript-monorepo 2023-01-10 14:23:56 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.