From 77183819a844a5fc431750727566217b84a96217 Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Mon, 25 Nov 2024 19:56:32 -0500 Subject: [PATCH] add talk on session replay to readme #skip-changelog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e51fc26c97..c60d10ca327 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ This repo uses the following ways to release SDK updates: # Useful links and docs +* A deep dive into how we built [Session Replay for Android](https://www.droidcon.com/2024/11/22/rewind-and-resolve-a-deep-dive-into-building-session-replay-for-android/) at Droidcon London 2024. * Current Javadocs [generated from source code](https://getsentry.github.io/sentry-java/). * Java SDK version 1.x [can still be found here](https://docs.sentry.io/clients/java/). * Migration page from [sentry-android 1.x and 2.x to sentry-android 4.x](https://docs.sentry.io/platforms/android/migration/).