Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions tests/test_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -1151,10 +1151,8 @@ def recurse():
(event,) = events

assert event["exception"]["values"][0]["stacktrace"] is None
assert event["_meta"] == {
"exception": {
"values": {"0": {"stacktrace": {"": {"rem": [["!config", "x"]]}}}}
}
assert event["_meta"]["exception"] == {
"values": {"0": {"stacktrace": {"": {"rem": [["!config", "x"]]}}}}
}

# On my machine, it takes about 100-200ms to capture the exception,
Expand Down
Loading