Build(deps): bump @sentry/tracing from 7.31.1 to 7.32.1 #884

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-sentry-tracing-7.32.1 into master 2023-01-24 08:00:25 +00:00
argoyle commented 2023-01-24 04:38:16 +00:00 (Migrated from gitlab.com)

Bumps @sentry/tracing from 7.31.1 to 7.32.1.

Release notes

Sourced from @​sentry/tracing's releases.

7.32.1

  • fix(nextjs): Make SDK multiplexer more resilient (#6905)

7.32.0

  • build(replay): Stop preserving modules (#6817)
  • feat(nextjs): Add browser SDK to app directory browser bundle (#6812)
  • feat(node): Use includeLocalVariables option to enable LocalVariables integration (#6874)
  • feat(node): Add option to capture local variables for caught exceptions via LocalVariables integration (#6876)
  • feat(replay): Add flush method to integration (#6776)
  • feat(replay): Handle worker loading errors (#6827)
  • feat(replay): Lower the flush max delay from 15 seconds to 5 seconds (#6761)
  • feat(tracing): Promote enableLongTask to option of BrowserTracing (#6837)
  • fix(core): Fix replay client report data category (#6891)
  • fix(nextjs): Fix SDK multiplexer loader on Windows (#6866)
  • fix(otel): Use http/grpc status over span status (#6879)
  • fix(react): Add children prop for Profiler (#6828)
  • fix(react): Make wrapCreateBrowserRouter generic (#6862)
  • fix(remix): Make sure the domain is created before running. (#6852)
  • ref(nextjs): Remove NFT build time exclusions (#6846)
  • ref(replay): Avoid duplicate debounce timers (#6863)
  • ref(replay): Remove unused initialFlushDelay option (#6867)
  • ref(replay): Send SDK version in Replay events (#6814)

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

Changelog

Sourced from @​sentry/tracing's changelog.

7.32.1

  • fix(nextjs): Make SDK multiplexer more resilient (#6905)

7.32.0

  • build(replay): Stop preserving modules (#6817)
  • feat(nextjs): Add browser SDK to app directory browser bundle (#6812)
  • feat(node): Use includeLocalVariables option to enable LocalVariables integration (#6874)
  • feat(node): Add option to capture local variables for caught exceptions via LocalVariables integration (#6876)
  • feat(replay): Add flush method to integration (#6776)
  • feat(replay): Handle worker loading errors (#6827)
  • feat(replay): Lower the flush max delay from 15 seconds to 5 seconds (#6761)
  • feat(tracing): Promote enableLongTask to option of BrowserTracing (#6837)
  • fix(core): Fix replay client report data category (#6891)
  • fix(nextjs): Fix SDK multiplexer loader on Windows (#6866)
  • fix(otel): Use http/grpc status over span status (#6879)
  • fix(react): Add children prop for Profiler (#6828)
  • fix(react): Make wrapCreateBrowserRouter generic (#6862)
  • fix(remix): Make sure the domain is created before running. (#6852)
  • ref(nextjs): Remove NFT build time exclusions (#6846)
  • ref(replay): Avoid duplicate debounce timers (#6863)
  • ref(replay): Remove unused initialFlushDelay option (#6867)
  • ref(replay): Send SDK version in Replay events (#6814)

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

Commits
  • 19acab7 release: 7.32.1
  • fa52d25 meta: CHANGELOG for 7.32.1 (#6907)
  • cebf74f fix(nextjs): Make SDK multiplexer more resilient (#6905)
  • 7c2df8e test(node): Increase flush interval of session tests. (#6877)
  • 7005646 chore(tests): Use the default Playwright timeout. (#6870)
  • da8acc6 Merge branch 'release/7.32.0'
  • 027ce3f release: 7.32.0
  • 3696504 test(nextjs): Migrate app directory tests to Playwright. (#6896)
  • 1855705 meta: CHANGELOG for 7.32.0 (#6901)
  • 6bca76e feat(node): Add option to capture local variables for caught exceptions via `...
  • Additional commits viewable 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 [@sentry/tracing](https://github.com/getsentry/sentry-javascript) from 7.31.1 to 7.32.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/releases"><code>@​sentry/tracing</code>'s releases</a>.</em></p> <blockquote> <h2>7.32.1</h2> <ul> <li>fix(nextjs): Make SDK multiplexer more resilient (<a href="https://github.com/getsentry/sentry-javascript/issues/6905">#6905</a>)</li> </ul> <h2>7.32.0</h2> <ul> <li>build(replay): Stop preserving modules (<a href="https://github.com/getsentry/sentry-javascript/issues/6817">#6817</a>)</li> <li>feat(nextjs): Add browser SDK to <code>app</code> directory browser bundle (<a href="https://github.com/getsentry/sentry-javascript/issues/6812">#6812</a>)</li> <li>feat(node): Use <code>includeLocalVariables</code> option to enable <code>LocalVariables</code> integration (<a href="https://github.com/getsentry/sentry-javascript/issues/6874">#6874</a>)</li> <li>feat(node): Add option to capture local variables for caught exceptions via LocalVariables integration (<a href="https://github.com/getsentry/sentry-javascript/issues/6876">#6876</a>)</li> <li>feat(replay): Add <code>flush</code> method to integration (<a href="https://github.com/getsentry/sentry-javascript/issues/6776">#6776</a>)</li> <li>feat(replay): Handle worker loading errors (<a href="https://github.com/getsentry/sentry-javascript/issues/6827">#6827</a>)</li> <li>feat(replay): Lower the flush max delay from 15 seconds to 5 seconds (<a href="https://github.com/getsentry/sentry-javascript/issues/6761">#6761</a>)</li> <li>feat(tracing): Promote <code>enableLongTask</code> to option of <code>BrowserTracing</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/6837">#6837</a>)</li> <li>fix(core): Fix replay client report data category (<a href="https://github.com/getsentry/sentry-javascript/issues/6891">#6891</a>)</li> <li>fix(nextjs): Fix SDK multiplexer loader on Windows (<a href="https://github.com/getsentry/sentry-javascript/issues/6866">#6866</a>)</li> <li>fix(otel): Use http/grpc status over span status (<a href="https://github.com/getsentry/sentry-javascript/issues/6879">#6879</a>)</li> <li>fix(react): Add children prop for Profiler (<a href="https://github.com/getsentry/sentry-javascript/issues/6828">#6828</a>)</li> <li>fix(react): Make wrapCreateBrowserRouter generic (<a href="https://github.com/getsentry/sentry-javascript/issues/6862">#6862</a>)</li> <li>fix(remix): Make sure the domain is created before running. (<a href="https://github.com/getsentry/sentry-javascript/issues/6852">#6852</a>)</li> <li>ref(nextjs): Remove NFT build time exclusions (<a href="https://github.com/getsentry/sentry-javascript/issues/6846">#6846</a>)</li> <li>ref(replay): Avoid duplicate debounce timers (<a href="https://github.com/getsentry/sentry-javascript/issues/6863">#6863</a>)</li> <li>ref(replay): Remove unused <code>initialFlushDelay</code> option (<a href="https://github.com/getsentry/sentry-javascript/issues/6867">#6867</a>)</li> <li>ref(replay): Send SDK version in Replay events (<a href="https://github.com/getsentry/sentry-javascript/issues/6814">#6814</a>)</li> </ul> <p>Work in this release contributed by <a href="https://github.com/h3rmanj"><code>@​h3rmanj</code></a>. Thank you for your contribution!</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md"><code>@​sentry/tracing</code>'s changelog</a>.</em></p> <blockquote> <h2>7.32.1</h2> <ul> <li>fix(nextjs): Make SDK multiplexer more resilient (<a href="https://github.com/getsentry/sentry-javascript/issues/6905">#6905</a>)</li> </ul> <h2>7.32.0</h2> <ul> <li>build(replay): Stop preserving modules (<a href="https://github.com/getsentry/sentry-javascript/issues/6817">#6817</a>)</li> <li>feat(nextjs): Add browser SDK to <code>app</code> directory browser bundle (<a href="https://github.com/getsentry/sentry-javascript/issues/6812">#6812</a>)</li> <li>feat(node): Use <code>includeLocalVariables</code> option to enable <code>LocalVariables</code> integration (<a href="https://github.com/getsentry/sentry-javascript/issues/6874">#6874</a>)</li> <li>feat(node): Add option to capture local variables for caught exceptions via LocalVariables integration (<a href="https://github.com/getsentry/sentry-javascript/issues/6876">#6876</a>)</li> <li>feat(replay): Add <code>flush</code> method to integration (<a href="https://github.com/getsentry/sentry-javascript/issues/6776">#6776</a>)</li> <li>feat(replay): Handle worker loading errors (<a href="https://github.com/getsentry/sentry-javascript/issues/6827">#6827</a>)</li> <li>feat(replay): Lower the flush max delay from 15 seconds to 5 seconds (<a href="https://github.com/getsentry/sentry-javascript/issues/6761">#6761</a>)</li> <li>feat(tracing): Promote <code>enableLongTask</code> to option of <code>BrowserTracing</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/6837">#6837</a>)</li> <li>fix(core): Fix replay client report data category (<a href="https://github.com/getsentry/sentry-javascript/issues/6891">#6891</a>)</li> <li>fix(nextjs): Fix SDK multiplexer loader on Windows (<a href="https://github.com/getsentry/sentry-javascript/issues/6866">#6866</a>)</li> <li>fix(otel): Use http/grpc status over span status (<a href="https://github.com/getsentry/sentry-javascript/issues/6879">#6879</a>)</li> <li>fix(react): Add children prop for Profiler (<a href="https://github.com/getsentry/sentry-javascript/issues/6828">#6828</a>)</li> <li>fix(react): Make wrapCreateBrowserRouter generic (<a href="https://github.com/getsentry/sentry-javascript/issues/6862">#6862</a>)</li> <li>fix(remix): Make sure the domain is created before running. (<a href="https://github.com/getsentry/sentry-javascript/issues/6852">#6852</a>)</li> <li>ref(nextjs): Remove NFT build time exclusions (<a href="https://github.com/getsentry/sentry-javascript/issues/6846">#6846</a>)</li> <li>ref(replay): Avoid duplicate debounce timers (<a href="https://github.com/getsentry/sentry-javascript/issues/6863">#6863</a>)</li> <li>ref(replay): Remove unused <code>initialFlushDelay</code> option (<a href="https://github.com/getsentry/sentry-javascript/issues/6867">#6867</a>)</li> <li>ref(replay): Send SDK version in Replay events (<a href="https://github.com/getsentry/sentry-javascript/issues/6814">#6814</a>)</li> </ul> <p>Work in this release contributed by <a href="https://github.com/h3rmanj"><code>@​h3rmanj</code></a>. Thank you for your contribution!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-javascript/commit/19acab7f136e5758a98990cdafbd0782326be192"><code>19acab7</code></a> release: 7.32.1</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/fa52d25671188a29e09e3da8329151bca7c4787c"><code>fa52d25</code></a> meta: CHANGELOG for 7.32.1 (<a href="https://github.com/getsentry/sentry-javascript/issues/6907">#6907</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/cebf74f19f63c75a0f276f6b1e0858c1af51a127"><code>cebf74f</code></a> fix(nextjs): Make SDK multiplexer more resilient (<a href="https://github.com/getsentry/sentry-javascript/issues/6905">#6905</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/7c2df8e7ec0cccda01e00189395144aedf964027"><code>7c2df8e</code></a> test(node): Increase flush interval of session tests. (<a href="https://github.com/getsentry/sentry-javascript/issues/6877">#6877</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/7005646b4508a9d6a33c3bd70892c05774376f6a"><code>7005646</code></a> chore(tests): Use the default Playwright timeout. (<a href="https://github.com/getsentry/sentry-javascript/issues/6870">#6870</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/da8acc6448c9eb914219d2aba5defe3c33c0778e"><code>da8acc6</code></a> Merge branch 'release/7.32.0'</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/027ce3fbf711df9d7873e2f1645ba55ebbf7d0a5"><code>027ce3f</code></a> release: 7.32.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/36965044a5a7f14da8fc4dea3e600c575a181d55"><code>3696504</code></a> test(nextjs): Migrate <code>app</code> directory tests to Playwright. (<a href="https://github.com/getsentry/sentry-javascript/issues/6896">#6896</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/18557058f5927fdf6c48e54af077d7ce31359cb6"><code>1855705</code></a> meta: CHANGELOG for 7.32.0 (<a href="https://github.com/getsentry/sentry-javascript/issues/6901">#6901</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/6bca76e588dbe59155f1bc17852a51149540c871"><code>6bca76e</code></a> feat(node): Add option to capture local variables for caught exceptions via `...</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/7.31.1...7.32.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 (Migrated from gitlab.com) merged commit into master 2023-01-24 08:00:26 +00:00
Sign in to join this conversation.