Skip to content

Commit 18980de

Browse files
committed
chore(Ray.test.ts.snap): update snapshot
1 parent 35cb0be commit 18980de

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/__snapshots__/Ray.test.ts.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,10 +1469,10 @@ exports[`sends an exception payload 1`] = `
14691469
"class": "Error",
14701470
"frames": [
14711471
{
1472-
"class": "unknown",
1472+
"class": undefined,
14731473
"file_name": "/tests/Ray.test.ts",
14741474
"line_number": 999,
1475-
"method": "unknown",
1475+
"method": "<anonymous>",
14761476
"snippet": [],
14771477
"vendor_frame": false,
14781478
},
@@ -1522,10 +1522,10 @@ exports[`sends an exception payload with metadata 1`] = `
15221522
"class": "Error",
15231523
"frames": [
15241524
{
1525-
"class": "unknown",
1525+
"class": undefined,
15261526
"file_name": "/tests/Ray.test.ts",
15271527
"line_number": 999,
1528-
"method": "unknown",
1528+
"method": "<anonymous>",
15291529
"snippet": [],
15301530
"vendor_frame": false,
15311531
},

0 commit comments

Comments
 (0)