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 ea190a4 commit 43a5fa0Copy full SHA for 43a5fa0
packages/vue/test/router.test.ts
@@ -121,8 +121,8 @@ describe('instrumentVueRouter()', () => {
121
beforeEachCallback(to, testRoutes['initialPageloadRoute']!, mockNext); // fake initial pageload
122
beforeEachCallback(to, from, mockNext);
123
124
- expect(mockStartSpan).toHaveBeenCalledTimes(1);
125
- expect(mockStartSpan).toHaveBeenCalledWith({
+ expect(mockStartSpan).toHaveBeenCalledTimes(2);
+ expect(mockStartSpan).toHaveBeenLastCalledWith({
126
name: transactionName,
127
attributes: {
128
[SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN]: 'auto.navigation.vue',
0 commit comments