fix(deps): update sentry-javascript monorepo to v6.19.0 #1705

Merged
konrad merged 1 commits from renovate/sentry-javascript-monorepo into main 2022-03-21 17:27:28 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@sentry/tracing dependencies minor 6.18.2 -> 6.19.0
@sentry/vue dependencies minor 6.18.2 -> 6.19.0

Release Notes

getsentry/sentry-javascript

v6.19.0

Compare Source

This release makes a change to the data normalization process, limiting the number of entries or properties which will be included in any given array or object to 1000. Previously there was no limit, so in rare cases you may notice a change in your context data. If this is a problem, you can increase the limit with the new maxNormalizationBreadth setting. See #​4689 for details.

feat(build): Create debug versions of minified bundles (#​4699)
feat(integrations): Make ES6 integration bundles (#​4718)
feat(utils): Limit normalize maximum properties/elements (#​4689)
feat(various): Apply debug guard to logger everywhere (#​4698)
fix(browser): Use apply rather than call in try-catch integration (#​4695)
fix(ember): Fix merging env config (#​4714)
fix(nextjs): Add env var to suppress API non-response meta-warning (#​4706)
fix(nextjs): Widen scope for client file upload (#​4705)
fix(node): Fix async stack parsing (#​4721)
ref(browser): Use ratelimit utils in base transport (#​4686)
ref(build): Introduce root build directory in @sentry/browser (#​4688)
ref(minimal): Simplify syntheticException creation (#​4691)
ref(tracing): Remove BrowserTracing logging flag default value (#​4708)
ref(utils): Simplify isDebugBuild logging guard (#​4696)

Work in this release contributed by @​Turbo87. Thank you for your contribution!


Configuration

📅 Schedule: 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) | dependencies | minor | [`6.18.2` -> `6.19.0`](https://renovatebot.com/diffs/npm/@sentry%2ftracing/6.18.2/6.19.0) | | [@sentry/vue](https://github.com/getsentry/sentry-javascript) | dependencies | minor | [`6.18.2` -> `6.19.0`](https://renovatebot.com/diffs/npm/@sentry%2fvue/6.18.2/6.19.0) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript</summary> ### [`v6.19.0`](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#&#8203;6190) [Compare Source](https://github.com/getsentry/sentry-javascript/compare/6.18.2...6.19.0) This release makes a change to the data normalization process, limiting the number of entries or properties which will be included in any given array or object to 1000. Previously there was no limit, so in rare cases you may notice a change in your context data. If this is a problem, you can increase the limit with the new `maxNormalizationBreadth` setting. See [#&#8203;4689](https://github.com/getsentry/sentry-javascript/pull/4689) for details. feat(build): Create debug versions of minified bundles ([#&#8203;4699](https://github.com/getsentry/sentry-javascript/pull/4699)) feat(integrations): Make ES6 integration bundles ([#&#8203;4718](https://github.com/getsentry/sentry-javascript/pull/4718)) feat(utils): Limit `normalize` maximum properties/elements ([#&#8203;4689](https://github.com/getsentry/sentry-javascript/pull/4689)) feat(various): Apply debug guard to logger everywhere ([#&#8203;4698](https://github.com/getsentry/sentry-javascript/pull/4698)) fix(browser): Use `apply` rather than `call` in `try-catch` integration ([#&#8203;4695](https://github.com/getsentry/sentry-javascript/pull/4695)) fix(ember): Fix merging env config ([#&#8203;4714](https://github.com/getsentry/sentry-javascript/pull/4714)) fix(nextjs): Add env var to suppress API non-response meta-warning ([#&#8203;4706](https://github.com/getsentry/sentry-javascript/pull/4706)) fix(nextjs): Widen scope for client file upload ([#&#8203;4705](https://github.com/getsentry/sentry-javascript/pull/4705)) fix(node): Fix async stack parsing ([#&#8203;4721](https://github.com/getsentry/sentry-javascript/pull/4721)) ref(browser): Use ratelimit utils in base transport ([#&#8203;4686](https://github.com/getsentry/sentry-javascript/pull/4686)) ref(build): Introduce root build directory in `@sentry/browser` ([#&#8203;4688](https://github.com/getsentry/sentry-javascript/pull/4688)) ref(minimal): Simplify `syntheticException` creation ([#&#8203;4691](https://github.com/getsentry/sentry-javascript/pull/4691)) ref(tracing): Remove `BrowserTracing` logging flag default value ([#&#8203;4708](https://github.com/getsentry/sentry-javascript/pull/4708)) ref(utils): Simplify `isDebugBuild` logging guard ([#&#8203;4696](https://github.com/getsentry/sentry-javascript/pull/4696)) Work in this release contributed by [@&#8203;Turbo87](https://github.com/Turbo87). Thank you for your contribution! </details> --- ### Configuration 📅 **Schedule**: 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 added the
dependencies
label 2022-03-21 16:05:18 +00:00
renovate added 1 commit 2022-03-21 16:05:19 +00:00
continuous-integration/drone/pr Build is passing Details
c0bdba34ad
fix(deps): update sentry-javascript monorepo to v6.19.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://1705-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://1705-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 51cafb9d56 into main 2022-03-21 17:27:28 +00:00
konrad deleted branch renovate/sentry-javascript-monorepo 2022-03-21 17:27:28 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.