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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump @sentry/nextjs from 7.46.0 to 7.53.0 #3006

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @sentry/nextjs from 7.46.0 to 7.53.0.

Release notes

Sourced from @​sentry/nextjs's releases.

7.53.0

  • feat(replay): Add beforeAddRecordingEvent Replay option (#8124)
  • feat(replay): Do not capture replays < 5 seconds (#7949)
  • fix(nextjs): Guard for non-absolute paths when injecting sentry config (#8151)
  • fix(nextjs): Import path issue on Windows (#8142)
  • fix(nextjs): Make withSentryConfig isomorphic (#8166)
  • fix(node): Add debug logging for node checkin (#8131)
  • fix(node): Add LRU map for tracePropagationTargets calculation (#8130)
  • fix(node): Remove new URL usage in Undici integration (#8147)
  • fix(replay): Show the correct Replay config option name maskFn
  • fix(sveltekit): Avoid double-wrapping load functions (#8094)
  • fix(tracing): Change where content-length gets added (#8139)
  • fix(tracing): Use integer for content length (#8152)
  • fix(utils): Fail silently if the provided Dsn is invalid (#8121)
  • ref(node): Cache undici trace propagation decisions (#8136)
  • ref(serverless): Remove relay extension from AWS Layer (#8080)

Bundle size 📦

Path Size
@​sentry/browser - ES5 CDN Bundle (gzipped + minified) 21.03 KB
@​sentry/browser - ES5 CDN Bundle (minified) 65.68 KB
@​sentry/browser - ES6 CDN Bundle (gzipped + minified) 19.59 KB
@​sentry/browser - ES6 CDN Bundle (minified) 58.15 KB
@​sentry/browser - Webpack (gzipped + minified) 21.2 KB
@​sentry/browser - Webpack (minified) 69.07 KB
@​sentry/react - Webpack (gzipped + minified) 21.22 KB
@​sentry/nextjs Client - Webpack (gzipped + minified) 49.16 KB
@​sentry/browser + @​sentry/tracing - ES5 CDN Bundle (gzipped + minified) 28.67 KB
@​sentry/browser + @​sentry/tracing - ES6 CDN Bundle (gzipped + minified) 26.9 KB
@​sentry/replay ES6 CDN Bundle (gzipped + minified) 48.24 KB
@​sentry/replay - Webpack (gzipped + minified) 42.1 KB
@​sentry/browser + @​sentry/tracing + @​sentry/replay - ES6 CDN Bundle (gzipped + minified) 67.21 KB
@​sentry/browser + @​sentry/replay - ES6 CDN Bundle (gzipped + minified) 60.11 KB

7.52.1

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

Bundle size 📦

Path Size
@​sentry/browser - ES5 CDN Bundle (gzipped + minified) 21.03 KB
@​sentry/browser - ES5 CDN Bundle (minified) 65.63 KB
@​sentry/browser - ES6 CDN Bundle (gzipped + minified) 19.57 KB
@​sentry/browser - ES6 CDN Bundle (minified) 58.09 KB
@​sentry/browser - Webpack (gzipped + minified) 21.17 KB
@​sentry/browser - Webpack (minified) 69.04 KB
@​sentry/react - Webpack (gzipped + minified) 21.19 KB

... (truncated)

Changelog

Sourced from @​sentry/nextjs's changelog.

7.53.0

  • feat(replay): Add beforeAddRecordingEvent Replay option (#8124)
  • feat(replay): Do not capture replays < 5 seconds (#7949)
  • fix(nextjs): Guard for non-absolute paths when injecting sentry config (#8151)
  • fix(nextjs): Import path issue on Windows (#8142)
  • fix(nextjs): Make withSentryConfig isomorphic (#8166)
  • fix(node): Add debug logging for node checkin (#8131)
  • fix(node): Add LRU map for tracePropagationTargets calculation (#8130)
  • fix(node): Remove new URL usage in Undici integration (#8147)
  • fix(replay): Show the correct Replay config option name maskFn
  • fix(sveltekit): Avoid double-wrapping load functions (#8094)
  • fix(tracing): Change where content-length gets added (#8139)
  • fix(tracing): Use integer for content length (#8152)
  • fix(utils): Fail silently if the provided Dsn is invalid (#8121)
  • ref(node): Cache undici trace propagation decisions (#8136)
  • ref(serverless): Remove relay extension from AWS Layer (#8080)

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 [email protected])

  • 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)

... (truncated)

Commits
  • 1ce4c36 release: 7.53.0
  • 48e9f7e Merge pull request #8187 from getsentry/prepare-release/7.53.0
  • 573514a meta: Update Changelog for 7.53.0
  • 92847c6 Merge pull request #8169 from getsentry/ryan953/replay-maskFn-docs
  • 5bf9f51 Merge branch 'develop' into ryan953/replay-maskFn-docs
  • ad3547d fix(nextjs): Make withSentryConfig isomorphic (#8166)
  • 6be4e13 test(nextjs): Unbreak Next.js integration tests (#8179)
  • 3dd4a58 fix(nextjs): Guard for non-absolute paths when injecting sentry config (#8151)
  • ea551c9 meta(tracing): Add deprecation notice to @sentry/tracing readme (#8165)
  • 0354135 Fix the type, because recordOptions is falling back to Record<>!
  • 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/nextjs](https://github.com/getsentry/sentry-javascript) from 7.46.0 to 7.53.0.
- [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.46.0...7.53.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 23, 2023
@vercel
Copy link

vercel bot commented May 23, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
c0d3-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 23, 2023 10:11pm

@codecov
Copy link

codecov bot commented May 23, 2023

Codecov Report

Merging #3006 (a9200eb) into master (72c8090) will not change coverage.
The diff coverage is n/a.

❗ Current head a9200eb differs from pull request most recent head db7212d. Consider uploading reports for the commit db7212d to get more accurate results

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #3006   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          191       191           
  Lines         3606      3606           
  Branches       979       979           
=========================================
  Hits          3606      3606           

@flacial
Copy link
Member

flacial commented May 24, 2023

#2925

@flacial flacial closed this May 24, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 24, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sentry/nextjs-7.53.0 branch May 24, 2023 16:51
@flacial
Copy link
Member

flacial commented May 24, 2023

@dependabot ignore this major version

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 24, 2023

OK, I won't notify you about version 7.x.x again, unless you re-open this PR. 😢

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant