Build(deps): bump @nuxtjs/sentry from 7.1.13 to 7.2.1 #1113

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-nuxtjs-sentry-7.2.1 into master 2023-04-19 08:20:34 +00:00
argoyle commented 2023-04-19 04:38:01 +00:00 (Migrated from gitlab.com)

Bumps @nuxtjs/sentry from 7.1.13 to 7.2.1.

Release notes

Sourced from @​nuxtjs/sentry's releases.

7.2.1

Bug Fixes

  • only include 'crash' type for ReportingObserver integration (#560) (782b9d1)

7.2.0

Features

  • extend guides in docs and add simpler way to enable Replay (#559) (fd57b07)

Bug Fixes

Changelog

Sourced from @​nuxtjs/sentry's changelog.

7.2.1 (2023-04-18)

Bug Fixes

  • only include 'crash' type for ReportingObserver integration (#560) (782b9d1)

7.2.0 (2023-04-18)

Features

  • extend guides in docs and add simpler way to enable Replay (#559) (fd57b07)

Bug Fixes

Commits
  • 3bbc79f chore: release 7.2.1
  • 782b9d1 fix: only include 'crash' type for ReportingObserver integration (#560)
  • 6c97de6 chore: release 7.2.0
  • 8216712 chore(docs): shorter title for lazy-loading section
  • 30b283a fix(deps): update sentry sdk to ^7.48.0 (#545)
  • fd57b07 feat: extend guides in docs and add simpler way to enable Replay (#559)
  • 9099ddb refactor: don't add client.shared template when not needed
  • 7f4b1f0 chore(docs): add more details to clientConfig/serverConfig docs (#556)
  • See full diff in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [@nuxtjs/sentry](https://github.com/nuxt-community/sentry-module) from 7.1.13 to 7.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nuxt-community/sentry-module/releases"><code>@​nuxtjs/sentry</code>'s releases</a>.</em></p> <blockquote> <h2>7.2.1</h2> <h3>Bug Fixes</h3> <ul> <li>only include 'crash' type for <code>ReportingObserver</code> integration (<a href="https://github.com/nuxt-community/sentry-module/issues/560">#560</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/782b9d186bcc6fc144c229876a8321a48789a3f2">782b9d1</a>)</li> </ul> <h2>7.2.0</h2> <h3>Features</h3> <ul> <li>extend guides in docs and add simpler way to enable Replay (<a href="https://github.com/nuxt-community/sentry-module/issues/559">#559</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/fd57b070832a3fbe2457d681c063cd59fe910745">fd57b07</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update sentry sdk to ^7.48.0 (<a href="https://github.com/nuxt-community/sentry-module/issues/545">#545</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/30b283a395c43027d5b0b06e2604f988c262003d">30b283a</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nuxt-community/sentry-module/blob/main/CHANGELOG.md"><code>@​nuxtjs/sentry</code>'s changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/nuxt-community/sentry-module/compare/v7.2.0...v7.2.1">7.2.1</a> (2023-04-18)</h3> <h3>Bug Fixes</h3> <ul> <li>only include 'crash' type for <code>ReportingObserver</code> integration (<a href="https://github.com/nuxt-community/sentry-module/issues/560">#560</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/782b9d186bcc6fc144c229876a8321a48789a3f2">782b9d1</a>)</li> </ul> <h2><a href="https://github.com/nuxt-community/sentry-module/compare/v7.1.13...v7.2.0">7.2.0</a> (2023-04-18)</h2> <h3>Features</h3> <ul> <li>extend guides in docs and add simpler way to enable Replay (<a href="https://github.com/nuxt-community/sentry-module/issues/559">#559</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/fd57b070832a3fbe2457d681c063cd59fe910745">fd57b07</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update sentry sdk to ^7.48.0 (<a href="https://github.com/nuxt-community/sentry-module/issues/545">#545</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/30b283a395c43027d5b0b06e2604f988c262003d">30b283a</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-community/sentry-module/commit/3bbc79f17492028a467d2859588d82257d30e7ac"><code>3bbc79f</code></a> chore: release 7.2.1</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/782b9d186bcc6fc144c229876a8321a48789a3f2"><code>782b9d1</code></a> fix: only include 'crash' type for <code>ReportingObserver</code> integration (<a href="https://github.com/nuxt-community/sentry-module/issues/560">#560</a>)</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/6c97de67ca21acd63ddf1e36ea0fe41205fd9592"><code>6c97de6</code></a> chore: release 7.2.0</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/8216712948d5ece4096e3af5eaaf58799a558456"><code>8216712</code></a> chore(docs): shorter title for lazy-loading section</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/30b283a395c43027d5b0b06e2604f988c262003d"><code>30b283a</code></a> fix(deps): update sentry sdk to ^7.48.0 (<a href="https://github.com/nuxt-community/sentry-module/issues/545">#545</a>)</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/fd57b070832a3fbe2457d681c063cd59fe910745"><code>fd57b07</code></a> feat: extend guides in docs and add simpler way to enable Replay (<a href="https://github.com/nuxt-community/sentry-module/issues/559">#559</a>)</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/9099ddb4105fa5e87847a94dd2aa884d663af3ec"><code>9099ddb</code></a> refactor: don't add client.shared template when not needed</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/7f4b1f0af76378e54233a59d0df34901fb9948bb"><code>7f4b1f0</code></a> chore(docs): add more details to clientConfig/serverConfig docs (<a href="https://github.com/nuxt-community/sentry-module/issues/556">#556</a>)</li> <li>See full diff in <a href="https://github.com/nuxt-community/sentry-module/compare/v7.1.13...v7.2.1">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2023-04-19 08:20:14 +00:00 (Migrated from gitlab.com)

added 2 commits

  • c404d427 - 1 commit from branch master
  • fba67d3b - Build(deps): bump @nuxtjs/sentry from 7.1.13 to 7.2.1

Compare with previous version

added 2 commits <ul><li>c404d427 - 1 commit from branch <code>master</code></li><li>fba67d3b - Build(deps): bump @nuxtjs/sentry from 7.1.13 to 7.2.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/1064/diffs?diff_id=659418769&start_sha=f966022ae3ab256d7516590fd399566e29478206)
argoyle (Migrated from gitlab.com) merged commit into master 2023-04-19 08:20:34 +00:00
Sign in to join this conversation.