Build(deps): bump @sentry/tracing from 7.42.0 to 7.43.0 #1019

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-sentry-tracing-7.43.0 into master 2023-03-14 13:04:11 +00:00
argoyle commented 2023-03-14 04:38:00 +00:00 (Migrated from gitlab.com)

Bumps @sentry/tracing from 7.42.0 to 7.43.0.

Release notes

Sourced from @​sentry/tracing's releases.

7.43.0

  • feat(nextjs): Run source map upload in Vercel develop and preview environments (#7436)
  • feat(types): Add profilesSampler option to node client type (#7385)
  • fix(core): Avoid using Array.findIndex() as it is ES5 incompatible (#7400)
  • fix(nextjs): Add better error messages for missing params during next build (#7434)
  • fix(nextjs): Don't crash build when auth token is missing
  • fix(node): Revert to dynamic require call to fix monkey patching (#7430)
  • fix(types): Fix node types & add E2E test (#7429)
Changelog

Sourced from @​sentry/tracing's changelog.

7.43.0

  • feat(nextjs): Run source map upload in Vercel develop and preview environments (#7436)
  • feat(types): Add profilesSampler option to node client type (#7385)
  • fix(core): Avoid using Array.findIndex() as it is ES5 incompatible (#7400)
  • fix(nextjs): Add better error messages for missing params during next build (#7434)
  • fix(nextjs): Don't crash build when auth token is missing
  • fix(node): Revert to dynamic require call to fix monkey patching (#7430)
  • fix(types): Fix node types & add E2E test (#7429)
Commits
  • 1b14f27 release: 7.43.0
  • 676dc4c Merge pull request #7437 from getsentry/prepare-release/7.43.0
  • 2c25610 meta(changelog): Update changelog for 7.43.0
  • e358e16 feat(nextjs): Run source map upload in Vercel develop and preview environment...
  • 5e27e8f fix(nextjs): Add better error messages for missing params during next build (...
  • 3376a15 ref(utils): test for webpack error before running replace (#7412)
  • 161b8f0 fix(types): Fix node types & add E2E test (#7429)
  • 6ae68ca Merge pull request #7427 from getsentry/lforst-dont-crash-on-missing-auth-tok...
  • fe1231a fix(node): Revert to dynamic require call to fix monkey patching (#7430)
  • 045d11b make error
  • 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.42.0 to 7.43.0. <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.43.0</h2> <ul> <li>feat(nextjs): Run source map upload in Vercel develop and preview environments (<a href="https://github.com/getsentry/sentry-javascript/issues/7436">#7436</a>)</li> <li>feat(types): Add <code>profilesSampler</code> option to node client type (<a href="https://github.com/getsentry/sentry-javascript/issues/7385">#7385</a>)</li> <li>fix(core): Avoid using <code>Array.findIndex()</code> as it is ES5 incompatible (<a href="https://github.com/getsentry/sentry-javascript/issues/7400">#7400</a>)</li> <li>fix(nextjs): Add better error messages for missing params during next build (<a href="https://github.com/getsentry/sentry-javascript/issues/7434">#7434</a>)</li> <li>fix(nextjs): Don't crash build when auth token is missing</li> <li>fix(node): Revert to dynamic <code>require</code> call to fix monkey patching (<a href="https://github.com/getsentry/sentry-javascript/issues/7430">#7430</a>)</li> <li>fix(types): Fix node types &amp; add E2E test (<a href="https://github.com/getsentry/sentry-javascript/issues/7429">#7429</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md"><code>@​sentry/tracing</code>'s changelog</a>.</em></p> <blockquote> <h2>7.43.0</h2> <ul> <li>feat(nextjs): Run source map upload in Vercel develop and preview environments (<a href="https://github.com/getsentry/sentry-javascript/issues/7436">#7436</a>)</li> <li>feat(types): Add <code>profilesSampler</code> option to node client type (<a href="https://github.com/getsentry/sentry-javascript/issues/7385">#7385</a>)</li> <li>fix(core): Avoid using <code>Array.findIndex()</code> as it is ES5 incompatible (<a href="https://github.com/getsentry/sentry-javascript/issues/7400">#7400</a>)</li> <li>fix(nextjs): Add better error messages for missing params during next build (<a href="https://github.com/getsentry/sentry-javascript/issues/7434">#7434</a>)</li> <li>fix(nextjs): Don't crash build when auth token is missing</li> <li>fix(node): Revert to dynamic <code>require</code> call to fix monkey patching (<a href="https://github.com/getsentry/sentry-javascript/issues/7430">#7430</a>)</li> <li>fix(types): Fix node types &amp; add E2E test (<a href="https://github.com/getsentry/sentry-javascript/issues/7429">#7429</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-javascript/commit/1b14f2704969dffce56650fab8f71008480bc18f"><code>1b14f27</code></a> release: 7.43.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/676dc4cd22665bca6b23af20a408f9e927f51541"><code>676dc4c</code></a> Merge pull request <a href="https://github.com/getsentry/sentry-javascript/issues/7437">#7437</a> from getsentry/prepare-release/7.43.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/2c256108eeeed390428a25d27caee91396777e9f"><code>2c25610</code></a> meta(changelog): Update changelog for 7.43.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/e358e16af3dbb74fae3132106073de3b78eda0b7"><code>e358e16</code></a> feat(nextjs): Run source map upload in Vercel develop and preview environment...</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/5e27e8fb33bed24cdd90511743402e49e5529fd4"><code>5e27e8f</code></a> fix(nextjs): Add better error messages for missing params during next build (...</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/3376a159ede1466d5ea660268f9f0901ae277c9a"><code>3376a15</code></a> ref(utils): test for webpack error before running replace (<a href="https://github.com/getsentry/sentry-javascript/issues/7412">#7412</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/161b8f0084574d941491dfd48ef655d607b3b1e5"><code>161b8f0</code></a> fix(types): Fix node types &amp; add E2E test (<a href="https://github.com/getsentry/sentry-javascript/issues/7429">#7429</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/6ae68ca7e50b5975a92d0ac1ff738b27ab988e96"><code>6ae68ca</code></a> Merge pull request <a href="https://github.com/getsentry/sentry-javascript/issues/7427">#7427</a> from getsentry/lforst-dont-crash-on-missing-auth-tok...</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/fe1231a02dda7c1469a245be967535b195b76080"><code>fe1231a</code></a> fix(node): Revert to dynamic <code>require</code> call to fix monkey patching (<a href="https://github.com/getsentry/sentry-javascript/issues/7430">#7430</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/045d11b73f422763fd533c14b694fcff12eccccb"><code>045d11b</code></a> make error</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/7.42.0...7.43.0">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-03-14 13:03:57 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 50b39a7c - 1 commit from branch master
  • 083a9df4 - Build(deps): bump @sentry/tracing from 7.42.0 to 7.43.0

Compare with previous version

added 2 commits <ul><li>50b39a7c - 1 commit from branch <code>master</code></li><li>083a9df4 - Build(deps): bump @sentry/tracing from 7.42.0 to 7.43.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/970/diffs?diff_id=627821068&start_sha=8313114a438997fc153991f47094802b2ec0937b)
argoyle (Migrated from gitlab.com) merged commit into master 2023-03-14 13:04:11 +00:00
Sign in to join this conversation.