Skip to content

Bump @sentry/browser from 5.15.4 to 6.11.0#198

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/sentry/browser-6.11.0
Closed

Bump @sentry/browser from 5.15.4 to 6.11.0#198
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/sentry/browser-6.11.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Aug 18, 2021

Bumps @sentry/browser from 5.15.4 to 6.11.0.

Release notes

Sourced from @​sentry/browser's releases.

6.11.0

feat(nextjs): Allow for TypeScript user config files (#3847) fix(browser): Make sure handler exists for LinkedErrors Integration (#3861) fix(core): Skip anonymous callbacks while searching frame URLs. (#3842) fix(core): Stop rejecting in flush and close when client undefined (#3846) fix(nextjs): Stop SentryWebpackPlugin from uploading unnecessary files (#3845) fix(react): Require ReactElement in ErrorBoundary props and render (#3857) fix(tests): Allow tests to run on Windows without WSL (#3813) fix(utils): Fix false-positive circular references when normalizing Event objects (#3864) fix(vue): Make Router.name type optional to match VueRouter (#3843) ref(core): Prevent redundant setup work (#3862) ref(nextjs): Stop reinitializing the server SDK unnecessarily (#3860)

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 InitSentryForEmber optional (#3802)
  • fix(nextjs): Do not start a navigation if the from URL is the same (#3814)
  • fix(nextjs): Let flush finish in API routes (#3811)
  • fix(nextjs): Use domains to prevent scope bleed (#3788)
  • fix(react): Make Route typing 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 nextjs integration test runner (#3819)
  • fix(nextjs): Let flush finish 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 ensureNoCircularStructures experiment 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)

... (truncated)

Changelog

Sourced from @​sentry/browser's changelog.

6.11.0

  • feat(nextjs): Allow for TypeScript user config files (#3847)
  • fix(browser): Make sure handler exists for LinkedErrors Integration (#3861)
  • fix(core): Skip anonymous callbacks while searching frame URLs. (#3842)
  • fix(core): Stop rejecting in flush and close when client undefined (#3846)
  • fix(nextjs): Stop SentryWebpackPlugin from uploading unnecessary files (#3845)
  • fix(react): Require ReactElement in ErrorBoundary props and render (#3857)
  • fix(tests): Allow tests to run on Windows without WSL (#3813)
  • fix(utils): Fix false-positive circular references when normalizing Event objects (#3864)
  • fix(vue): Make Router.name type optional to match VueRouter (#3843)
  • ref(core): Prevent redundant setup work (#3862)
  • ref(nextjs): Stop reinitializing the server SDK unnecessarily (#3860)

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 InitSentryForEmber optional (#3802)
  • fix(nextjs): Do not start a navigation if the from URL is the same (#3814)
  • fix(nextjs): Let flush finish in API routes (#3811)
  • fix(nextjs): Use domains to prevent scope bleed (#3788)
  • fix(react): Make Route typing 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 ensureNoCircularStructures experiment 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 withSentryConfig return type match given config type (#3760)
  • fix(node): Check if captureRequestSession is available before its called (#3773)
  • fix(node): Enable autoSessionTracking correctly (#3758)
  • fix(react): allRoutes cannot triple equal a new array instance (#3779)
  • fix(tracing): Add check for document.scripts in metrics (#3766)
  • fix(types): Update ExtractedNodeRequestData to include valid query_params for tracesSampler (#3715)
  • ref(gatsby): Default release to empty string (#3759)
  • ref(nextjs): Inject init code in _app and API routes (#3786)
  • ref(nextjs): Pre-disable-plugin-option config cleanup (#3770)
  • ref(nextjs): Stop setting redundant productionBrowserSourceMaps in 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)

... (truncated)

Commits
  • 948b9ad release: 6.11.0
  • 05658ac update changelog
  • 1317b9e fix(tests): Allow tests to run on Windows without WSL (#3813)
  • 5bba9b4 docs: Fix several typos (#3872)
  • 5e2ddf3 fix(utils): Fix false-positive circular references when normalizing Event o...
  • 8ef39cc fix(nextjs): Stop SentryWebpackPlugin from uploading unnecessary files (#3845)
  • e4ffd37 build(deps): bump tar from 4.4.13 to 4.4.15
  • 454893f fix(react): Require ReactElement in ErrorBoundary props and render (#3857)
  • 9ca4c5b ref(nextjs): Stop reinitializing the server SDK unnecessarily (#3860)
  • efa6c45 ref(core): Prevent redundant setup work (#3862)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by sentry-bot, a new releaser for @​sentry/browser since your current version.


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/browser](https://github.com/getsentry/sentry-javascript) from 5.15.4 to 6.11.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@5.15.4...6.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 18, 2021
@vercel
Copy link
Copy Markdown

vercel Bot commented Aug 18, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/jakerunzer/chronicle/91TBSVGM1z1NttUu2Q8PQXGE6LQ9
✅ Preview: https://chronicle-git-dependabot-npmandyarnsentrybrow-9dc2b2-jakerunzer.vercel.app

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Aug 31, 2021

Superseded by #212.

@dependabot dependabot Bot closed this Aug 31, 2021
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/sentry/browser-6.11.0 branch August 31, 2021 20:16
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.

0 participants