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

Bump @sentry/tracing from 6.12.0 to 6.13.1 #668

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 21, 2021

Bumps @sentry/tracing from 6.12.0 to 6.13.1.

Release notes

Sourced from @​sentry/tracing's releases.

6.13.1

  • fix(browser): Check for document when sending outcomes (#3993)

6.13.0

  • feat(browser): Client Report Support (#3955)
  • feat(perf): Add experimental option to improve LCP collection (#3879)
  • fix(browser): Make sure that document.head or document.body exists for injectReportDialog (#3972)
  • fix(browser): Parse frames-only safari(-web)-extension stack (#3929)
  • fix(ember): Move ember-source to devDependencies (#3962)
  • fix(hub): Don't set lastEventID for transactions (#3966)
  • fix(nextjs): Include nextjs config's basePath on urlPrefix (#3922)
  • fix(node): Add protocol detection for get/request calls without explict protocol (#3950)
  • fix(node): Disable autoSessionTracking if dsn undefined (#3954)
  • fix(vue): Check for matched route existence before starting transaction (#3973)
  • ref(browser): Migrate unit tests from Chai and Karma to Jest (#3965)
  • ref(nextjs): Exclude cross-platform tracing code from bundles (#3978)
  • ref(tracing): Idle transaction refactoring (#3988)

6.13.0-beta.3

  • fix(browser): Use dateTimestampInSeconds instead of Date.now to send seconds-based timestamp

6.13.0-beta.2

  • fix(browser): Add required empty envelope header to Client Report envelope payload

6.13.0-beta.1

  • feat(browser): Client Report Support (#3955)
  • feat(perf): Add experimental option to improve LCP collection (#3879)
  • fix(browser): Make sure that document.head or document.body exists for injectReportDialog (#3972)
  • fix(browser): Parse frames-only safari(-web)-extension stack (#3929)
  • fix(ember): Move ember-source to devDependencies (#3962)
  • fix(hub): Don't set lastEventID for transactions (#3966)
  • fix(nextjs): Include nextjs config's basePath on urlPrefix (#3922)
  • fix(node): Add protocol detection for get/request calls without explict protocol (#3950)
  • fix(node): Disable autoSessionTracking if dsn undefined (#3954)
  • fix(vue): Check for matched route existence before starting transaction (#3973)
  • ref(browser): Migrate unit tests from Chai and Karma to Jest (#3965)
  • ref(nextjs): Exclude cross-platform tracing code from bundles (#3978)

6.13.0-beta.0

  • feat(tracing): Add tracestate header handling
Changelog

Sourced from @​sentry/tracing's changelog.

6.13.1

  • fix(browser): Check for document when sending outcomes (#3993)

6.13.0

  • feat(browser): Client Report Support (#3955)
  • feat(perf): Add experimental option to improve LCP collection (#3879)
  • fix(browser): Make sure that document.head or document.body exists for injectReportDialog (#3972)
  • fix(browser): Parse frames-only safari(-web)-extension stack (#3929)
  • fix(ember): Move ember-source to devDependencies (#3962)
  • fix(hub): Don't set lastEventID for transactions (#3966)
  • fix(nextjs): Include nextjs config's basePath on urlPrefix (#3922)
  • fix(node): Add protocol detection for get/request calls without explict protocol (#3950)
  • fix(node): Disable autoSessionTracking if dsn undefined (#3954)
  • fix(vue): Check for matched route existence before starting transaction (#3973)
  • ref(browser): Migrate unit tests from Chai and Karma to Jest (#3965)
  • ref(nextjs): Exclude cross-platform tracing code from bundles (#3978)
  • ref(tracing): Idle transaction refactoring (#3988)
Commits
  • fdf519b release: 6.13.1
  • 846a6e6 misc: 6.13.1 changelog
  • 3fcd6d8 fix(browser): Check for document when sending outcomes (#3993)
  • 4841625 Merge branch 'release/6.13.0'
  • a241a0c release: 6.13.0
  • 0f98b5a misc: 6.13.0 changelog
  • 44033d1 feat(browser): Client Report Support (#3955)
  • eea6d54 ref(tracing): Idle transaction refactoring (#3988)
  • 4ea7b5d ref(ember): Lock all ember-related packages to their minor versions
  • 6791b17 ref(ember): Fix Qunit causing flake
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 6.12.0 to 6.13.1.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@6.12.0...6.13.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor

@alfetopito alfetopito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI @nenadV91 since you are working on Sentry stuff

@github-actions
Copy link

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 21, 2021

A newer version of @sentry/tracing exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@mergify mergify bot merged commit 956436f into develop Sep 21, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/sentry/tracing-6.13.1 branch September 21, 2021 18:20
@alfetopito alfetopito mentioned this pull request Oct 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant