We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7010f7a commit 1f0d77eCopy full SHA for 1f0d77e
src/Sentry.Unity.Editor.iOS/NativeOptions.cs
@@ -37,7 +37,14 @@ internal static string Generate(SentryUnityOptions options)
37
@""attachScreenshot"" : @{ToObjCString(options.AttachScreenshot)},
38
@""release"" : @""{options.Release}"",
39
@""environment"" : @""{options.Environment}"",
40
- @""enableNetworkBreadcrumbs"" : @NO
+ @""enableNetworkBreadcrumbs"" : @NO,
41
+ // TODO temp code, implement this properly
42
+ @""experimental"" : @{{
43
+ @""sessionReplay"" : @{{
44
+ @""sessionSampleRate"" : @1.0,
45
+ @""errorSampleRate"" : @1.0
46
+ }}
47
48
}};
49
50
NSError *error = nil;
0 commit comments