Skip to content

Commit 52cd3fb

Browse files
authored
initial commit (#809)
1 parent b40c485 commit 52cd3fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/csharp/csharp_config.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Feature: csharp events
115115
And the event "breadcrumbs.1.metaData.dictionary.stringArray.0" equals "12345678901234567890***80 CHARS TRUNCATED***"
116116
And the event "breadcrumbs.1.metaData.stringDictionary.testKey" equals "12345678901234567890***80 CHARS TRUNCATED***"
117117

118-
@skip_cocoa @skip_android #not supported on these platforms
118+
@skip_cocoa #not supported on these platforms
119119
Scenario: GenerateAnonymousId
120120
When I run the game in the "GenerateAnonymousId" state
121121
And I wait to receive an error

src/BugsnagUnity/Native/Android/NativeInterface.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ AndroidJavaObject CreateNativeConfig(Configuration config)
346346
obj.Call("setSendLaunchCrashesSynchronously", config.SendLaunchCrashesSynchronously);
347347
obj.Call("setMaxReportedThreads", config.MaxReportedThreads);
348348
obj.Call("setMaxStringValueLength", config.MaxStringValueLength);
349-
349+
obj.Call("setGenerateAnonymousId", config.GenerateAnonymousId);
350350

351351
if (config.GetUser() != null)
352352
{

0 commit comments

Comments
 (0)