Skip to content

Commit bbe975b

Browse files
chore(deps-dev): bump @sentry/tracing from 6.19.1 to 6.19.2 (#8454)
Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript) from 6.19.1 to 6.19.2. - [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.19.1...6.19.2) --- updated-dependencies: - dependency-name: "@sentry/tracing" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 25cc453 commit bbe975b

File tree

2 files changed

+27
-9
lines changed

2 files changed

+27
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@open-event/theme": "^0.2.2",
4040
"@sentry/browser": "^6.19.1",
4141
"@sentry/integrations": "^6.19.2",
42-
"@sentry/tracing": "^6.19.1",
42+
"@sentry/tracing": "^6.19.2",
4343
"@types/ember": "^4.0.0",
4444
"@types/ember-data": "^3.16.15",
4545
"@types/ember-data__model": "^3.16.1",

yarn.lock

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2178,6 +2178,15 @@
21782178
"@sentry/utils" "6.19.1"
21792179
tslib "^1.9.3"
21802180

2181+
2182+
version "6.19.2"
2183+
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.19.2.tgz#0e9f9c507e55d8396002f644b43ef27cc9ff1289"
2184+
integrity sha512-W7KCgNBgdBIMagOxy5J5KQPe+maYxSqfE8a5ncQ3R8BcZDQEKnkW/1FplNbfRLZqA/tL/ndKb7pTPqVtzsbARw==
2185+
dependencies:
2186+
"@sentry/types" "6.19.2"
2187+
"@sentry/utils" "6.19.2"
2188+
tslib "^1.9.3"
2189+
21812190
"@sentry/integrations@^6.19.2":
21822191
version "6.19.2"
21832192
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.19.2.tgz#d5abcab94ae23ada097eb454c269e9ab573e14bb"
@@ -2197,15 +2206,24 @@
21972206
"@sentry/types" "6.19.1"
21982207
tslib "^1.9.3"
21992208

2200-
"@sentry/tracing@^6.19.1":
2201-
version "6.19.1"
2202-
resolved "https://registry.yarnpkg.com/@sentry/tracing/-/tracing-6.19.1.tgz#2fc710c57bc157748539cdec3bbd5dcd41f7f2a0"
2203-
integrity sha512-o34+h0j70dszcIwpCIbmO4UauPurpqLvcPO3JsFhRdxQhwQaQgMwhFklbAt7al9oEDYkjlS0gzhhlOCz4IS9kA==
2209+
"@sentry/minimal@6.19.2":
2210+
version "6.19.2"
2211+
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.19.2.tgz#e748541e4adbc7e80a3b6ccaf01b631c17fc44b4"
2212+
integrity sha512-ClwxKm77iDHET7kpzv1JvzDx1er5DoNu+EUjst0kQzARIrXvu9xuZuE2/CnBWycQWqw8o3HoGoKz65uIhsUCzQ==
22042213
dependencies:
2205-
"@sentry/hub" "6.19.1"
2206-
"@sentry/minimal" "6.19.1"
2207-
"@sentry/types" "6.19.1"
2208-
"@sentry/utils" "6.19.1"
2214+
"@sentry/hub" "6.19.2"
2215+
"@sentry/types" "6.19.2"
2216+
tslib "^1.9.3"
2217+
2218+
"@sentry/tracing@^6.19.2":
2219+
version "6.19.2"
2220+
resolved "https://registry.yarnpkg.com/@sentry/tracing/-/tracing-6.19.2.tgz#ed6ff1bc901c4d79ef97f77ed54ce58c650e4915"
2221+
integrity sha512-rGoPpP1JIAxdq5bzrww0XuNVr6yn7RN6/wUcaxf6CAvklKvDx+q28WTGlZLGTZ/3un8Rv6i1FZFZOXizgnVnrg==
2222+
dependencies:
2223+
"@sentry/hub" "6.19.2"
2224+
"@sentry/minimal" "6.19.2"
2225+
"@sentry/types" "6.19.2"
2226+
"@sentry/utils" "6.19.2"
22092227
tslib "^1.9.3"
22102228

22112229

0 commit comments

Comments
 (0)