Skip to content

Commit 68a422f

Browse files
Merge branch 'release/7.14.0'
2 parents cab9613 + 476ccd6 commit 68a422f

2 files changed

Lines changed: 43 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,46 @@
11
# Changelog
22

3+
## 7.14.0
4+
5+
### New Features ✨
6+
7+
- Update Sentry SDKs to v10.60.0 by @github-actions in [#1391](https://github.com/getsentry/sentry-electron/pull/1391)
8+
- Update JavaScript SDKs to v10.59.0 by @timfish in [#1390](https://github.com/getsentry/sentry-electron/pull/1390)
9+
- Update SDKs and migrate to `dataCollection` by @timfish in [#1388](https://github.com/getsentry/sentry-electron/pull/1388)
10+
- Update Sentry SDKs to v10.56.0 by @github-actions in [#1381](https://github.com/getsentry/sentry-electron/pull/1381)
11+
- Update Sentry SDKs to v10.55.0 by @github-actions in [#1375](https://github.com/getsentry/sentry-electron/pull/1375)
12+
- Update Sentry SDKs to v10.53.1 by @github-actions in [#1369](https://github.com/getsentry/sentry-electron/pull/1369)
13+
- Update Sentry SDKs to v10.51.0 by @github-actions in [#1363](https://github.com/getsentry/sentry-electron/pull/1363)
14+
15+
### Bug Fixes 🐛
16+
17+
- (net) Propagate correct distributed tracing IDs by @lcian in [#1389](https://github.com/getsentry/sentry-electron/pull/1389)
18+
19+
### Internal Changes 🔧
20+
21+
#### Deps
22+
23+
- Bump shell-quote from 1.8.3 to 1.8.4 by @dependabot in [#1386](https://github.com/getsentry/sentry-electron/pull/1386)
24+
- Bump qs from 6.14.2 to 6.15.2 by @dependabot in [#1374](https://github.com/getsentry/sentry-electron/pull/1374)
25+
- Bump brace-expansion from 5.0.5 to 5.0.6 by @dependabot in [#1371](https://github.com/getsentry/sentry-electron/pull/1371)
26+
27+
#### Deps Dev
28+
29+
- Bump tmp from 0.2.6 to 0.2.7 by @dependabot in [#1387](https://github.com/getsentry/sentry-electron/pull/1387)
30+
- Bump vitest from 4.0.18 to 4.1.0 by @dependabot in [#1378](https://github.com/getsentry/sentry-electron/pull/1378)
31+
- Bump tmp from 0.2.4 to 0.2.6 by @dependabot in [#1376](https://github.com/getsentry/sentry-electron/pull/1376)
32+
33+
#### Other
34+
35+
- New Electron versions by @github-actions in [#1383](https://github.com/getsentry/sentry-electron/pull/1383)
36+
- New Electron versions by @github-actions in [#1380](https://github.com/getsentry/sentry-electron/pull/1380)
37+
- New Electron versions by @github-actions in [#1368](https://github.com/getsentry/sentry-electron/pull/1368)
38+
- Enable type-aware linting by @timfish in [#1373](https://github.com/getsentry/sentry-electron/pull/1373)
39+
- Modernize TypeScript configuration by @timfish in [#1372](https://github.com/getsentry/sentry-electron/pull/1372)
40+
- Lint - Re-enable `typescript/no-explicit-any` by @timfish in [#1367](https://github.com/getsentry/sentry-electron/pull/1367)
41+
- Lint - Re-enable `typescript/consistent-type-imports` by @timfish in [#1366](https://github.com/getsentry/sentry-electron/pull/1366)
42+
- New Electron versions by @github-actions in [#1364](https://github.com/getsentry/sentry-electron/pull/1364)
43+
344
## 7.13.0
445

546
### New Features ✨

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sentry/electron",
33
"description": "Official Sentry SDK for Electron",
4-
"version": "7.13.0",
4+
"version": "7.14.0",
55
"main": "./index.js",
66
"module": "./esm/main/index.js",
77
"browser": "./esm/renderer/index.js",
@@ -148,4 +148,4 @@
148148
"node": "22.19.0",
149149
"yarn": "1.22.22"
150150
}
151-
}
151+
}

0 commit comments

Comments
 (0)