Skip to content

Commit bd86dea

Browse files
authored
Merge branch 'main' into rz/feat/replay-capture-surface-views
2 parents e8af266 + 52feca7 commit bd86dea

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/changelog-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ permissions:
1515

1616
jobs:
1717
changelog-preview:
18-
uses: getsentry/craft/.github/workflows/changelog-preview.yml@97d0c4286f32a80d09c8b89366d762fecc3e27b6 # v2
18+
uses: getsentry/craft/.github/workflows/changelog-preview.yml@3dc647fee3586e57c7c31eb900fdec7cbb44f23f # v2
1919
secrets: inherit

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 0
3535
submodules: 'recursive'
3636
- name: Prepare release
37-
uses: getsentry/craft@97d0c4286f32a80d09c8b89366d762fecc3e27b6 # v2
37+
uses: getsentry/craft@3dc647fee3586e57c7c31eb900fdec7cbb44f23f # v2
3838
env:
3939
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
4040
with:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
- Or via manifest: `<meta-data android:name="io.sentry.session-replay.capture-surface-views" android:value="true" />`
1010
- **Warning:** masking granularity is at the SurfaceView level only — the SDK cannot mask individual elements rendered inside the SurfaceView (e.g. native Unity UI, map labels, video frames). Only enable for SurfaceViews whose content is safe to record.
1111

12+
### Dependencies
13+
14+
- Bump Native SDK from v0.13.7 to v0.13.8 ([#5334](https://github.com/getsentry/sentry-java/pull/5334))
15+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0138)
16+
- [diff](https://github.com/getsentry/sentry-native/compare/0.13.7...0.13.8)
17+
1218
## 8.40.0
1319

1420
### Fixes

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" }
151151
reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" }
152152
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
153153
retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
154-
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.13.7" }
154+
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.13.8" }
155155
servlet-api = { module = "javax.servlet:javax.servlet-api", version = "3.1.0" }
156156
servlet-jakarta-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "6.1.0" }
157157
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }

0 commit comments

Comments
 (0)