We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d180989 commit 8d0abdcCopy full SHA for 8d0abdc
.github/workflows/build.yml
@@ -72,7 +72,7 @@ jobs:
72
strategy:
73
fail-fast: false
74
matrix:
75
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-latest, windows-latest, macos-13]
76
electron: ${{ fromJson(needs.build.outputs.matrix) }}
77
env:
78
ELECTRON_VERSION: ${{ matrix.electron }}
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## Unreleased
4
5
+## 4.24.0
6
+
7
+- feat: Update from [v7.110.0](https://github.com/getsentry/sentry-javascript/releases/tag/7.110.0) to
8
+ [v7.112.0](https://github.com/getsentry/sentry-javascript/releases/tag/7.112.0) of JavaScript SDKs (#888)
9
+- fix: Missing Replay scope (#887)
10
11
## 4.23.0
12
13
- feat: Update from [v7.109.0](https://github.com/getsentry/sentry-javascript/releases/tag/7.109.0) to
0 commit comments