Skip to content

Commit

Permalink
activate user events v3
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-git committed Jan 31, 2025
1 parent 8519bfb commit 773270c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions manifests/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,15 +279,15 @@ tests/:
Test_V2_Login_Events: v3.1.0
Test_V2_Login_Events_Anon: v3.1.0
Test_V2_Login_Events_RC: v3.1.0
Test_V3_Auto_User_Instrum_Mode_Capability: missing_feature
Test_V3_Login_Events: missing_feature
Test_V3_Login_Events_Anon: missing_feature
Test_V3_Login_Events_Blocking: missing_feature
Test_V3_Login_Events_RC: missing_feature
Test_V3_Auto_User_Instrum_Mode_Capability: v3.10.0
Test_V3_Login_Events: v3.10.0
Test_V3_Login_Events_Anon: v3.10.0
Test_V3_Login_Events_Blocking: v3.10.0
Test_V3_Login_Events_RC: v3.10.0
test_automated_user_and_session_tracking.py:
Test_Automated_Session_Blocking: missing_feature
Test_Automated_User_Blocking: missing_feature
Test_Automated_User_Tracking: missing_feature
Test_Automated_User_Blocking: v3.10.0
Test_Automated_User_Tracking: v3.10.0
test_blocking_addresses.py:
Test_BlockingGraphqlResolvers: missing_feature
Test_Blocking_client_ip: v2.27.0
Expand Down
1 change: 1 addition & 0 deletions tests/appsec/test_automated_user_and_session_tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ def test_user_blocking_sdk(self):


@rfc("https://docs.google.com/document/d/1RT38U6dTTcB-8muiYV4-aVDCsT_XrliyakjtAPyjUpw")
@missing_feature(context.library == "dotnet", reason="Session ids can't be set.")
@features.user_monitoring
@scenarios.appsec_runtime_activation
class Test_Automated_Session_Blocking:
Expand Down

0 comments on commit 773270c

Please sign in to comment.