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 0222ed3 commit 0325390Copy full SHA for 0325390
project/test/suites/test_sdk.gd
@@ -56,3 +56,5 @@ func test_variant_conversion_against_stack_overflow() -> void:
56
var arr: Array = [dict, "another_value"]
57
dict["array"] = arr
58
SentrySDK.set_context("broken_context", dict)
59
+ # Unset context
60
+ SentrySDK.set_context("broken_context", {})
0 commit comments