bandchain
bandchain copied to clipboard
Bump @sentry/browser from 6.2.3 to 6.10.0 in /scan
Bumps @sentry/browser from 6.2.3 to 6.10.0.
Release notes
Sourced from @sentry/browser's releases.
6.10.0
- feat(vue): Rework tracing and add support for
Vue 3(#3804)- feat(tracing): Upgrade to
web-vitals 2.1.0(#3781)- fix(ember): Make argument to
InitSentryForEmberoptional (#3802)- fix(nextjs): Do not start a navigation if the from URL is the same (#3814)
- fix(nextjs): Let
flushfinish in API routes (#3811)- fix(nextjs): Use
domainsto prevent scope bleed (#3788)- fix(react): Make
Routetyping more generic (#3809)- ref(tracing): Update span op for outgoing HTTP requests (#3821)
- ref(tracing): Remove updated CLS from web-vitals (#3822)
6.10.0-beta.3
- ref(nextjs): Small changes to
nextjsintegration test runner (#3819)- fix(nextjs): Let
flushfinish in API routes (#3811)- fix: Update span op for outgoing HTTP requests (#3821)
- ref(tracing): Remove updated CLS from web-vitals (#3822) - CHERRY PICKED (NOT MERGED TO MASTER)
6.10.0-beta.2
- fix(nextjs): Do not start a navigation if from url is the same (#3814)
- fix(nextjs): Use local copies for all sentry packages when testing on vercel (#3812)
- fix(web-vitals): Check for valid entry in updatedCLS (#3816)
6.10.0-beta
- feat(tracing): Upgrade to web-vitals 2.1.0 (#3781)
- feat(vue): Rework tracing and add support for Vue 3 (#3804)
- fix(ember): Make argument to InitSentryForEmber optional (#3802)
- fix(nextjs): Small integration test runner fixes (#3801)
- fix(nextjs): Use domains to prevent scope bleed (#3788)
- fix(react): Make Route typing more generic (#3809)
6.9.0
- feat(browser): Use scope data in report dialog (#3792)
- feat(core): Add
ensureNoCircularStructuresexperiment to help debug serialization bugs (#3776)- feat(nextjs): Add options to disable webpack plugin (#3771)
- feat(react): Support render props in
ErrorBoundary(#3793)- fix(ember): Correctly cache ember types from prepublish hook (#3749)
- fix(ember): Fix runtime config options not being merged (#3791)
- fix(metrics): Check for cls entry sources (#3775)
- fix(nextjs): Make
withSentryConfigreturn type match given config type (#3760)- fix(node): Check if
captureRequestSessionis available before its called (#3773)- fix(node): Enable
autoSessionTrackingcorrectly (#3758)- fix(react):
allRoutescannot triple equal a new array instance (#3779)- fix(tracing): Add check for
document.scriptsin metrics (#3766)- fix(types): Update
ExtractedNodeRequestDatato include validquery_paramsfortracesSampler(#3715)- ref(gatsby): Default release to empty string (#3759)
- ref(nextjs): Inject init code in
_appand API routes (#3786)- ref(nextjs): Pre-disable-plugin-option config cleanup (#3770)
- ref(nextjs): Stop setting redundant
productionBrowserSourceMapsin config (#3765)
... (truncated)
Changelog
Sourced from @sentry/browser's changelog.
6.10.0
- feat(vue): Rework tracing and add support for
Vue 3(#3804)- feat(tracing): Upgrade to
web-vitals 2.1.0(#3781)- fix(ember): Make argument to
InitSentryForEmberoptional (#3802)- fix(nextjs): Do not start a navigation if the from URL is the same (#3814)
- fix(nextjs): Let
flushfinish in API routes (#3811)- fix(nextjs): Use
domainsto prevent scope bleed (#3788)- fix(react): Make
Routetyping more generic (#3809)- ref(tracing): Update span op for outgoing HTTP requests (#3821)
- ref(tracing): Remove updated CLS from web-vitals (#3822)
6.9.0
- feat(browser): Use scope data in report dialog (#3792)
- feat(core): Add
ensureNoCircularStructuresexperiment to help debug serialization bugs (#3776)- feat(nextjs): Add options to disable webpack plugin (#3771)
- feat(react): Support render props in
ErrorBoundary(#3793)- fix(ember): Correctly cache ember types from prepublish hook (#3749)
- fix(ember): Fix runtime config options not being merged (#3791)
- fix(metrics): Check for cls entry sources (#3775)
- fix(nextjs): Make
withSentryConfigreturn type match given config type (#3760)- fix(node): Check if
captureRequestSessionis available before its called (#3773)- fix(node): Enable
autoSessionTrackingcorrectly (#3758)- fix(react):
allRoutescannot triple equal a new array instance (#3779)- fix(tracing): Add check for
document.scriptsin metrics (#3766)- fix(types): Update
ExtractedNodeRequestDatato include validquery_paramsfortracesSampler(#3715)- ref(gatsby): Default release to empty string (#3759)
- ref(nextjs): Inject init code in
_appand API routes (#3786)- ref(nextjs): Pre-disable-plugin-option config cleanup (#3770)
- ref(nextjs): Stop setting redundant
productionBrowserSourceMapsin config (#3765)6.8.0
- [browser] feat: Enable serialization of multiple DOM attributes for breadcrumbs. (#3755)
- [browser] feat: Make dedupe integration default for browser (#3730)
- [core] fix: Correctly limit Buffer requests (#3736)
- [ember] ref: Allow initing Ember without config entry (#3745)
- [serverless] fix: wrapEventFunction does not await for async code (#3740)
6.7.2
- [core] fix: Do not track sessions if not enabled (#3686)
- [core] fix: Prevent sending terminal status session updates (#3701)
- [core] ref: Make
beforeSendmore strict (#3713)- [browser] ref: Log which request type has been limited (#3687)
- [nextjs] feat: Auto enable node http integration on server (#3675)
- [nextjs] fix: Correctly handle functional next config in
withSentryConfig(#3698)- [nextjs] fix: Fix conflict with other libraries modifying webpack
entryproperty (#3703)- [nextjs] fix: Update
@sentry/webpack-pluginto 1.15.1 in@sentry/nextjsto resolve build timeouts issue (#3708)
... (truncated)
Commits
1713dd9release: 6.10.066092d6misc: 6.10.0 changelog2989f73ref(tracing): Remove updated CLS from web-vitals (#3822)316566efix: Update span op for outgoing HTTP requests (#3821)75ae8c7fix(nextjs): Letflushfinish in API routes (#3811)50526a3ref(nextjs): Small changes tonextjsintegration test runner (#3819)61a22ecfix(nextjs): Use indexing to iterate infor-loops in vercel script (#3818)f8a4d60fix(web-vitals): Check for valid entry in updatedCLS (#3816)d79b6a7fix(nextjs): Use local copies for all sentry packages when testing on vercel ...4bec90ffix(nextjs): Do not start a navigation if the from URL is the same (#3814)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Your Render PR Server URL is https://d3n-scan-pr-3434.onrender.com.
Follow its progress at https://dashboard.render.com/static/srv-c3sinvs6fj3bok8029kg.