File tree 2 files changed +14
-14
lines changed
2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 6
6
7
7
## 6.11.0
8
8
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 )
20
20
21
21
## 6.10.0
22
22
Original file line number Diff line number Diff line change @@ -15830,9 +15830,9 @@ path-key@^3.0.0, path-key@^3.1.0:
15830
15830
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
15831
15831
15832
15832
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 ==
15836
15836
15837
15837
path-posix@^1.0.0:
15838
15838
version "1.0.0"
You can’t perform that action at this time.
0 commit comments