Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

ui: bump @sentry/tracing from 7.48.0 to 7.52.1 in /ui #2808

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2023

Bumps @sentry/tracing from 7.48.0 to 7.52.1.

Release notes

Sourced from @鈥媠entry/tracing's releases.

7.52.1

  • feat(replay): Capture slow clicks (experimental) (#8052)

Bundle size 馃摝

Path Size
@鈥媠entry/browser - ES5 CDN Bundle (gzipped + minified) 21.03 KB
@鈥媠entry/browser - ES5 CDN Bundle (minified) 65.63 KB
@鈥媠entry/browser - ES6 CDN Bundle (gzipped + minified) 19.57 KB
@鈥媠entry/browser - ES6 CDN Bundle (minified) 58.09 KB
@鈥媠entry/browser - Webpack (gzipped + minified) 21.17 KB
@鈥媠entry/browser - Webpack (minified) 69.04 KB
@鈥媠entry/react - Webpack (gzipped + minified) 21.19 KB
@鈥媠entry/nextjs Client - Webpack (gzipped + minified) 49.12 KB
@鈥媠entry/browser + @鈥媠entry/tracing - ES5 CDN Bundle (gzipped + minified) 28.65 KB
@鈥媠entry/browser + @鈥媠entry/tracing - ES6 CDN Bundle (gzipped + minified) 26.89 KB
@鈥媠entry/replay ES6 CDN Bundle (gzipped + minified) 48.13 KB
@鈥媠entry/replay - Webpack (gzipped + minified) 42.02 KB
@鈥媠entry/browser + @鈥媠entry/tracing + @鈥媠entry/replay - ES6 CDN Bundle (gzipped + minified) 67.09 KB
@鈥媠entry/browser + @鈥媠entry/replay - ES6 CDN Bundle (gzipped + minified) 59.99 KB

7.52.0

Important Next.js SDK changes:

This release adds support Vercel Cron Jobs in the Next.js SDK. The SDK will automatically create Sentry Cron Monitors for your Vercel Cron Jobs configured via vercel.json when deployed on Vercel.

You can opt out of this functionality by setting the automaticVercelMonitors option to false:

// next.config.js
const nextConfig = {
  sentry: {
    automaticVercelMonitors: false,
  },
};

(Note: Sentry Cron Monitoring is currently in beta and subject to change. Help us make it better by letting us know what you think. Respond on GitHub or write to us at crons-feedback@sentry.io)

  • feat(nextjs): Add API method to wrap API routes with crons instrumentation (#8084)
  • feat(nextjs): Add automatic monitors for Vercel Cron Jobs (#8088)

Other changes

  • feat(replay): Capture keyboard presses for special characters (#8051)
  • fix(build): Don't mangle away global debug ID map (#8096)
  • fix(core): Return checkin id from client (#8116)
  • fix(core): Use last error for ignoreErrors check (#8089)

... (truncated)

Changelog

Sourced from @鈥媠entry/tracing's changelog.

7.52.1

  • feat(replay): Capture slow clicks (experimental) (#8052)

7.52.0

Important Next.js SDK changes:

This release adds support Vercel Cron Jobs in the Next.js SDK. The SDK will automatically create Sentry Cron Monitors for your Vercel Cron Jobs configured via vercel.json when deployed on Vercel.

You can opt out of this functionality by setting the automaticVercelMonitors option to false:

// next.config.js
const nextConfig = {
  sentry: {
    automaticVercelMonitors: false,
  },
};

(Note: Sentry Cron Monitoring is currently in beta and subject to change. Help us make it better by letting us know what you think. Respond on GitHub or write to us at crons-feedback@sentry.io)

  • feat(nextjs): Add API method to wrap API routes with crons instrumentation (#8084)
  • feat(nextjs): Add automatic monitors for Vercel Cron Jobs (#8088)

Other changes

  • feat(replay): Capture keyboard presses for special characters (#8051)
  • fix(build): Don't mangle away global debug ID map (#8096)
  • fix(core): Return checkin id from client (#8116)
  • fix(core): Use last error for ignoreErrors check (#8089)
  • fix(docs): Change to addTracingExtensions was not documented in MIGRATION.md (#8101)
  • fix(replay): Check relative URLs correctly (#8024)
  • fix(tracing-internal): Avoid classifying protocol-relative URLs as same-origin urls (#8114)
  • ref: Hoist createCheckinEnvelope to core package (#8082)

7.51.2

  • fix(nextjs): Continue traces in data fetchers when there is an already active transaction on the hub (#8073)
  • fix(sveltekit): Avoid creating the Sentry Vite plugin in dev mode (#8065)

7.51.1

  • feat(replay): Add event to capture options on checkouts (#8011)
  • feat(replay): Improve click target detection (#8026)
  • fix(node): Make sure we use same ID for checkIns (#8050)
  • fix(replay: Keep session active on key press (#8037)

... (truncated)

Commits
  • d0932ca release: 7.52.1
  • 8d095dd Merge pull request #8120 from getsentry/prepare-release/7.52.1
  • e4d011e meta(changelog): Update changelog for 7.52.1
  • a5596e9 Merge pull request #8119 from getsentry/master
  • 77aeaf3 Merge branch 'release/7.52.0'
  • a09d5dc release: 7.52.0
  • bd48cf2 feat(replay): Capture slow clicks (experimental) (#8052)
  • 9652757 Merge pull request #8118 from getsentry/prepare-release/7.52.0
  • 6d067dd move
  • e53804e meta(changelog): Update changelog for 7.52.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript) from 7.48.0 to 7.52.1.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@7.48.0...7.52.1)

---
updated-dependencies:
- dependency-name: "@sentry/tracing"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner May 22, 2023 14:13
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 22, 2023
@gustavosbarreto gustavosbarreto merged commit bb49711 into master May 22, 2023
7 checks passed
@gustavosbarreto gustavosbarreto deleted the dependabot/npm_and_yarn/ui/sentry/tracing-7.52.1 branch May 22, 2023 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant