Skip to content

Commit dad26fd

Browse files
committed
misc: 5.25.0 changelog
1 parent 6c33bfc commit dad26fd

File tree

2 files changed

+14
-36
lines changed

2 files changed

+14
-36
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
66
- [ember] feat: Add more render instrumentation (#2902)
77

8+
## 5.25.0
9+
10+
- [tracing] fix: Expose `startTransaction` in CDN bundle (#2938)
11+
- [tracing] fix: Allow unsampled transactions to be findable by `getTransaction()` (#2952)
12+
- [tracing] fix: Reimplement timestamp computation (#2947)
13+
- [tracing] ref: Clean up sampling decision inheritance (#2921) (#2944)
14+
- [react] fix: Makes `normalizeTransactionName` take a callback function in router-v3 (#2946)
15+
- [ember] feat: Add more render instrumentation to @sentry/ember (#2902)
16+
- [types] ref: Use correct types for `event.context` and allow for context removal (#2910)
17+
- [types] ref: Make name required on transaction class (#2949)
18+
- [build] feat: Update to use extends w. Volta (#2930)
19+
820
## 5.24.2
921

1022
- [utils] fix: Check that performance is available before calling it in RN (#2924)
@@ -161,8 +173,7 @@
161173
- [tracing] feat: Add `scope.getTransaction` to return a Transaction if it exists (#2668)
162174
- [tracing] ref: Deprecate `scope.setTransaction` in favor of `scope.setTransactionName` (#2668)
163175
- [tracing] feat: Add `beforeNavigate` option (#2691)
164-
- [tracing] ref: Create navigation transactions using `window.location.pathname` instead of `window.location.href`
165-
(#2691)
176+
- [tracing] ref: Create navigation transactions using `window.location.pathname` instead of `window.location.href` (#2691)
166177

167178
## 5.17.0
168179

yarn.lock

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -3548,32 +3548,11 @@ [email protected]:
35483548
resolved "https://registry.yarnpkg.com/after/-/after-0.8.2.tgz#fedb394f9f0e02aa9768e702bda23b505fae7e1f"
35493549
integrity sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8=
35503550

3551-
agent-base@4, agent-base@^4.3.0:
3552-
version "4.3.0"
3553-
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.3.0.tgz#8165f01c436009bccad0b1d122f05ed770efc6ee"
3554-
integrity sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==
3555-
dependencies:
3556-
es6-promisify "^5.0.0"
3557-
3558-
agent-base@5:
3551+
agent-base@4, agent-base@5, agent-base@6, agent-base@^4.3.0, agent-base@~4.2.1:
35593552
version "5.1.1"
35603553
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-5.1.1.tgz#e8fb3f242959db44d63be665db7a8e739537a32c"
35613554
integrity sha512-TMeqbNl2fMW0nMjTEPOwe3J/PRFP4vqeoNuQMG0HlMrtm5QxKqdvAkZ1pRBQ/ulIyDD5Yq0nJ7YbdD8ey0TO3g==
35623555

3563-
agent-base@6:
3564-
version "6.0.1"
3565-
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.1.tgz#808007e4e5867decb0ab6ab2f928fbdb5a596db4"
3566-
integrity sha512-01q25QQDwLSsyfhrKbn8yuur+JNw0H+0Y4JiGIKd3z9aYk/w/2kxD/Upc+t2ZBBSUNff50VjPsSW2YxM8QYKVg==
3567-
dependencies:
3568-
debug "4"
3569-
3570-
agent-base@~4.2.1:
3571-
version "4.2.1"
3572-
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.2.1.tgz#d89e5999f797875674c07d87f260fc41e83e8ca9"
3573-
integrity sha512-JVwXMr9nHYTUXsBFKUqhJwvlcYU/blreOEUkhNR2eXZIvwd+c+o5V4MgDPKWnMS/56awN3TRzIP+KoPn+roQtg==
3574-
dependencies:
3575-
es6-promisify "^5.0.0"
3576-
35773556
agentkeepalive@^3.4.1:
35783557
version "3.5.2"
35793558
resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-3.5.2.tgz#a113924dd3fa24a0bc3b78108c450c2abee00f67"
@@ -8505,18 +8484,6 @@ es6-object-assign@^1.1.0:
85058484
resolved "https://registry.yarnpkg.com/es6-object-assign/-/es6-object-assign-1.1.0.tgz#c2c3582656247c39ea107cb1e6652b6f9f24523c"
85068485
integrity sha1-wsNYJlYkfDnqEHyx5mUrb58kUjw=
85078486

8508-
es6-promise@^4.0.3:
8509-
version "4.2.8"
8510-
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.8.tgz#4eb21594c972bc40553d276e510539143db53e0a"
8511-
integrity sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==
8512-
8513-
es6-promisify@^5.0.0:
8514-
version "5.0.0"
8515-
resolved "https://registry.yarnpkg.com/es6-promisify/-/es6-promisify-5.0.0.tgz#5109d62f3e56ea967c4b63505aef08291c8a5203"
8516-
integrity sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM=
8517-
dependencies:
8518-
es6-promise "^4.0.3"
8519-
85208487
escalade@^3.0.1:
85218488
version "3.0.2"
85228489
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.0.2.tgz#6a580d70edb87880f22b4c91d0d56078df6962c4"

0 commit comments

Comments
 (0)