Skip to content

Commit 9c406da

Browse files
author
Luca Forstner
committed
.
1 parent 6097d8c commit 9c406da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/browser/test/unit/tracekit/firefox.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ describe('Tracekit - Firefox Tests', () => {
595595
{
596596
colno: 1018410,
597597
filename: 'https://www.random_website.com/main.4a4119c3cdfd10266d84.js',
598-
abs_path: 'https://www.random_website.com/vendor.d1cae9cfc9917df88de7.js',
598+
abs_path: 'https://www.random_website.com/main.4a4119c3cdfd10266d84.js',
599599
function: 'handleProfileResult',
600600
in_app: true,
601601
lineno: 146,

packages/browser/test/unit/tracekit/misc.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ describe('Tracekit - Misc Tests', () => {
3434
in_app: true,
3535
},
3636
{
37-
filename: 'http:///path/to/file.js',
38-
abs_path: 'http:///path/to/file.js',
37+
filename: 'file:///path/to/file.js',
38+
abs_path: 'file:///path/to/file.js',
3939
function: '?',
4040
lineno: 878,
4141
in_app: true,

0 commit comments

Comments
 (0)