Skip to content

Commit 35326fc

Browse files
authored
Merge branch 'master' into feat/perf-add-private-option-test-intermediate-lcp
2 parents bb0c67a + dbe98a1 commit 35326fc

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

CHANGELOG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66

77
## 6.11.0
88

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

2121
## 6.10.0
2222

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15830,9 +15830,9 @@ path-key@^3.0.0, path-key@^3.1.0:
1583015830
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
1583115831

1583215832
path-parse@^1.0.6:
15833-
version "1.0.6"
15834-
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
15835-
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
15833+
version "1.0.7"
15834+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
15835+
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
1583615836

1583715837
path-posix@^1.0.0:
1583815838
version "1.0.0"

0 commit comments

Comments
 (0)