Skip to content

Commit 1f0d77e

Browse files
committed
wip: ios replay
1 parent 7010f7a commit 1f0d77e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/Sentry.Unity.Editor.iOS/NativeOptions.cs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,14 @@ internal static string Generate(SentryUnityOptions options)
3737
@""attachScreenshot"" : @{ToObjCString(options.AttachScreenshot)},
3838
@""release"" : @""{options.Release}"",
3939
@""environment"" : @""{options.Environment}"",
40-
@""enableNetworkBreadcrumbs"" : @NO
40+
@""enableNetworkBreadcrumbs"" : @NO,
41+
// TODO temp code, implement this properly
42+
@""experimental"" : @{{
43+
@""sessionReplay"" : @{{
44+
@""sessionSampleRate"" : @1.0,
45+
@""errorSampleRate"" : @1.0
46+
}}
47+
}}
4148
}};
4249
4350
NSError *error = nil;

0 commit comments

Comments
 (0)