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 35cb0be commit 18980deCopy full SHA for 18980de
1 file changed
tests/__snapshots__/Ray.test.ts.snap
@@ -1469,10 +1469,10 @@ exports[`sends an exception payload 1`] = `
1469
"class": "Error",
1470
"frames": [
1471
{
1472
- "class": "unknown",
+ "class": undefined,
1473
"file_name": "/tests/Ray.test.ts",
1474
"line_number": 999,
1475
- "method": "unknown",
+ "method": "<anonymous>",
1476
"snippet": [],
1477
"vendor_frame": false,
1478
},
@@ -1522,10 +1522,10 @@ exports[`sends an exception payload with metadata 1`] = `
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
0 commit comments