Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 8, 2021

Bumps @sentry/tracing from 5.30.0 to 6.16.0.

Release notes

Sourced from @​sentry/tracing's releases.

6.16.0

  • feat(angular): Add Angular 13 to peer dep (#4183)
  • fix(angular): Finish routing span before starting another one (#4191)
  • fix(angular): Use ui category for span operations (#4222)
  • feat(ember): Use @​types/ember__debug (#4173)
  • fix(ember): Use ui category for span operations (#4221)
  • feat(eslint-config): Enable array-callback-return rule (#4229)
  • ref(eslint-config): Update spaced-comment rule (#4235)
  • fix(integrations): Use ui category for vue span operations (#4219)
  • fix(nextjs): Add sideEffects flag to NextJS SDK (#4216)
  • fix(node): Make http integration spans have http span operation (#4224)
  • fix(react): Mark react package as having no side effects (#4213)
  • fix(react): Use ui category for operations (#4218)
  • fix(tracing): Add express category to express middleware spans (#4223)
  • fix(tracing): Treat HTTP status code below 100 as UnknownError (#4131)
  • fix(types): Make Options type method params contravariant (#4234)
  • fix(vue): Mark Vue as having no side effects. (#4217)
  • fix(vue): Use ui category for span operations (#4220)

Work in this release contributed by @​jherdman and @​travigd. Thank you for your contribution!

6.15.0

  • fix(browser): Capture stacktrace on DOMExceptions, if possible (#4160)
  • fix(nextjs): Delay error propagation until withSentry is done (#4027)

Work in this release contributed by @​nowylie. Thank you for your contribution!

6.14.3

  • Revert: ref(utils): Use type predicates in is utility functions (#4124)

6.14.2

  • feat(awslambda) : Capture errors individually on sqs partial batch failure (#4130)
  • feat(gatsby): Upload source maps automatically when sentry-cli is configured (#4109)
  • fix(nextjs): Prevent false API resolved without sending a response warning (#4139)
  • fix(vue): Merge default and manual hooks while creating mixins. (#4132)
  • ref(utils): Use type predicates in is utility functions (#4124)

Features, fixes, and improvements in this release have been contributed by: @​J4YF7O. Thank you for your contributions!

6.14.1

  • feat(gatsby): Support Gatsby v4 (#4120)
  • fix(nextjs): Stop sending transactions for requests that 404 (#4095)
  • fix(nextjs): Prevent infinite recompilation in dev (#4123)
  • fix(node): Prioritize globalAgent while figuring out protocol (#4087)

6.14.0

  • chore(deps): Bump @​sentry/webpack-plugin to 1.18.1 (#4063)
  • feat(awslambda): Add requestId filter to aws.cloudwatch.logs URL (#4032)
  • feat(gatsby): Support non-serializable SDK options (#4064)
  • feat(gatsby): Support user integrations as a function (#4050)

... (truncated)

Changelog

Sourced from @​sentry/tracing's changelog.

6.16.0

  • feat(angular): Add Angular 13 to peer dep (#4183)
  • fix(angular): Finish routing span before starting another one (#4191)
  • fix(angular): Use ui category for span operations (#4222)
  • feat(ember): Use @​types/ember__debug (#4173)
  • fix(ember): Use ui category for span operations (#4221)
  • feat(eslint-config): Enable array-callback-return rule (#4229)
  • ref(eslint-config): Update spaced-comment rule (#4235)
  • fix(integrations): Use ui category for vue span operations (#4219)
  • fix(nextjs): Add sideEffects flag to NextJS SDK (#4216)
  • fix(node): Make http integration spans have http span operation (#4224)
  • fix(react): Mark react package as having no side effects (#4213)
  • fix(react): Use ui category for operations (#4218)
  • fix(tracing): Add express category to express middleware spans (#4223)
  • fix(tracing): Treat HTTP status code below 100 as UnknownError (#4131)
  • fix(types): Make Options type method params contravariant (#4234)
  • fix(vue): Mark Vue as having no side effects. (#4217)
  • fix(vue): Use ui category for span operations (#4220)

Work in this release contributed by @​jherdman and @​travigd. Thank you for your contribution!

6.15.0

  • fix(browser): Capture stacktrace on DOMExceptions, if possible (#4160)
  • fix(nextjs): Delay error propagation until withSentry is done (#4027)

Work in this release contributed by @​nowylie. Thank you for your contribution!

6.14.3

  • Revert: ref(utils): Use type predicates in is utility functions (#4124)

6.14.2

  • feat(awslambda) : Capture errors individually on sqs partial batch failure (#4130)
  • feat(gatsby): Upload source maps automatically when sentry-cli is configured (#4109)
  • fix(nextjs): Prevent false API resolved without sending a response warning (#4139)
  • fix(vue): Merge default and manual hooks while creating mixins. (#4132)
  • ref(utils): Use type predicates in is utility functions (#4124)

Work in this release contributed by @​J4YF7O. Thank you for your contribution!

6.14.1

  • feat(gatsby): Support Gatsby v4 (#4120)
  • fix(nextjs): Stop sending transactions for requests that 404 (#4095)
  • fix(nextjs): Prevent infinite recompilation in dev (#4123)
  • fix(node): Prioritize globalAgent while figuring out protocol (#4087)

... (truncated)

Commits
  • cec8970 release: 6.16.0
  • 9efdd7b build: Build AWS Lambda Layer after building dist (#4246)
  • 4b81338 build: Only run size limit on master or PRs (#4245)
  • 9becc85 build: Don't run size-limit in release branches (#4244)
  • f174166 chore(build): Fix missed es5 to cjs conversions in build commands (#4243)
  • 1d93ca9 meta: CHANGELOG for 6.16.0
  • 01982bf test: Upgrade to Jest 24.9 and TS-Jest 24.3 (#4231)
  • 9fbd413 fix(nextjs): Add sideEffects flag to NextJS SDK (#4216)
  • dd11cde fix(types): Make Options type method params contravariant (#4234)
  • 7291695 build: extract rimraf into main package.json (#4238)
  • 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 5.30.0 to 6.16.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.30.0...6.16.0)

---
updated-dependencies:
- dependency-name: "@sentry/tracing"
  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 Dec 8, 2021
@mitlib mitlib temporarily deployed to disco-pr-226 December 8, 2021 01:28 Inactive
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 13, 2021

Superseded by #228.

@dependabot dependabot bot closed this Dec 13, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sentry/tracing-6.16.0 branch December 13, 2021 00:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants