NoTrack: Fix on encoded assets
This commit is contained in:
parent
a8f77a12df
commit
3f0d915c75
|
@ -97,7 +97,7 @@ export default definePlugin({
|
|||
return;
|
||||
}
|
||||
|
||||
const assetPath = stack.match(/http.+?\.js/)?.[0];
|
||||
const assetPath = stack.match(/http.+?(?=:\d+?:\d+?$)/m)?.[0];
|
||||
if (!assetPath) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue