Skip to content

Commit 964dfc7

Browse files
committed
change mechanism type
1 parent 5bc5ea7 commit 964dfc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev-packages/e2e-tests/test-applications/vue-3/tests/errors.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test('sends an error', async ({ page }) => {
1919
type: 'Error',
2020
value: 'This is a Vue test error',
2121
mechanism: {
22-
type: 'generic',
22+
type: 'vue-errorHandler',
2323
handled: false,
2424
},
2525
},
@@ -47,7 +47,7 @@ test('sends an error with a parameterized transaction name', async ({ page }) =>
4747
type: 'Error',
4848
value: 'This is a Vue test error',
4949
mechanism: {
50-
type: 'generic',
50+
type: 'vue-errorHandler',
5151
handled: false,
5252
},
5353
},

0 commit comments

Comments
 (0)